mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 00:28:01 +01:00
tests: install correct dependencies and rename job
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: tagged-release
|
name: lint
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.8"
|
python-version: "3.8"
|
||||||
cache: "pip"
|
cache: "pip"
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r release-requirements.txt
|
||||||
- run: flake8 --ignore=E501,E203,W503
|
- run: flake8 --ignore=E501,E203,W503
|
||||||
- run: black .
|
- run: black .
|
||||||
- run: rst-lint README.rst
|
- run: rst-lint README.rst
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
autopep8==2.0.4
|
autopep8==2.0.4
|
||||||
|
black==23.11.0
|
||||||
bleach==6.0.0
|
bleach==6.0.0
|
||||||
certifi==2023.7.22
|
certifi==2023.5.7
|
||||||
charset-normalizer==3.1.0
|
charset-normalizer==3.1.0
|
||||||
|
click==8.1.7
|
||||||
colorama==0.4.6
|
colorama==0.4.6
|
||||||
docutils==0.20.1
|
docutils==0.20.1
|
||||||
flake8==6.1.0
|
flake8==6.1.0
|
||||||
@@ -14,7 +16,11 @@ markdown-it-py==2.2.0
|
|||||||
mccabe==0.7.0
|
mccabe==0.7.0
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
more-itertools==9.1.0
|
more-itertools==9.1.0
|
||||||
|
mypy-extensions==1.0.0
|
||||||
|
packaging==23.2
|
||||||
|
pathspec==0.11.2
|
||||||
pkginfo==1.9.6
|
pkginfo==1.9.6
|
||||||
|
platformdirs==4.1.0
|
||||||
pycodestyle==2.11.1
|
pycodestyle==2.11.1
|
||||||
pyflakes==3.1.0
|
pyflakes==3.1.0
|
||||||
Pygments==2.15.1
|
Pygments==2.15.1
|
||||||
|
|||||||
Reference in New Issue
Block a user