Skip to content

Commit

Permalink
tests: install correct dependencies and rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 9, 2023
1 parent fda71b0 commit 2615cab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint:
name: tagged-release
name: lint
runs-on: ubuntu-22.04

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.8"
cache: "pip"
- run: pip install -r requirements.txt
- run: pip install -r release-requirements.txt
- run: flake8 --ignore=E501,E203,W503
- run: black .
- run: rst-lint README.rst
8 changes: 7 additions & 1 deletion release-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
autopep8==2.0.4
black==23.11.0
bleach==6.0.0
certifi==2023.7.22
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.7
colorama==0.4.6
docutils==0.20.1
flake8==6.1.0
Expand All @@ -14,7 +16,11 @@ markdown-it-py==2.2.0
mccabe==0.7.0
mdurl==0.1.2
more-itertools==9.1.0
mypy-extensions==1.0.0
packaging==23.2
pathspec==0.11.2
pkginfo==1.9.6
platformdirs==4.1.0
pycodestyle==2.11.1
pyflakes==3.1.0
Pygments==2.15.1
Expand Down

0 comments on commit 2615cab

Please sign in to comment.