Skip to content

Commit

Permalink
Minor testing requirement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gwax committed Dec 14, 2022
1 parent 9f15d6a commit 3a39998
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
name: Python ${{ matrix.python-version }} pytest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions test_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ lxml
mypy
pip
pip-tools
py
Pygments
pylint
pytest
Expand Down
2 changes: 2 additions & 0 deletions test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ platformdirs==2.6.0
# pylint
pluggy==1.0.0
# via pytest
py==1.11.0
# via -r test_requirements.in
pycodestyle==2.10.0
# via flake8
pydantic==1.10.2
Expand Down

0 comments on commit 3a39998

Please sign in to comment.