Skip to content

Commit

Permalink
Work on package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 17, 2023
1 parent f4f0ef9 commit d09982f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox==3.28.0 tox-gh-actions
- name: Test with tox
run: tox
10 changes: 5 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pytest>=6.0
pytest-cov>=3.0
mypy>=0.910
tox>=3.24
pytest >= 6.0
pytest-cov >= 3.0
mypy >= 0.910
tox >= 4.0.0
pre-commit
types-requests
vcrpy
pytest-vcr
black==22.6.0
black == 22.6.0
sphinx

0 comments on commit d09982f

Please sign in to comment.