tests: install correct dependencies and rename job

This commit is contained in:
Jose Diaz-Gonzalez
2023-12-09 00:40:58 -05:00
parent fda71b0467
commit 2615cab114
2 changed files with 9 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
lint:
name: tagged-release
name: lint
runs-on: ubuntu-22.04
steps:
@@ -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