Skip to content

Commit 2615cab

Browse files
committed
tests: install correct dependencies and rename job
1 parent fda71b0 commit 2615cab

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
lint:
12-
name: tagged-release
12+
name: lint
1313
runs-on: ubuntu-22.04
1414

1515
steps:
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: "3.8"
2424
cache: "pip"
25-
- run: pip install -r requirements.txt
25+
- run: pip install -r release-requirements.txt
2626
- run: flake8 --ignore=E501,E203,W503
2727
- run: black .
2828
- run: rst-lint README.rst

release-requirements.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
autopep8==2.0.4
2+
black==23.11.0
23
bleach==6.0.0
3-
certifi==2023.7.22
4+
certifi==2023.5.7
45
charset-normalizer==3.1.0
6+
click==8.1.7
57
colorama==0.4.6
68
docutils==0.20.1
79
flake8==6.1.0
@@ -14,7 +16,11 @@ markdown-it-py==2.2.0
1416
mccabe==0.7.0
1517
mdurl==0.1.2
1618
more-itertools==9.1.0
19+
mypy-extensions==1.0.0
20+
packaging==23.2
21+
pathspec==0.11.2
1722
pkginfo==1.9.6
23+
platformdirs==4.1.0
1824
pycodestyle==2.11.1
1925
pyflakes==3.1.0
2026
Pygments==2.15.1

0 commit comments

Comments
 (0)