Skip to content

Commit

Permalink
Solving missing tox version problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed Mar 6, 2023
1 parent cf37af6 commit d58e6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
run: pip install tox==3.24.25
run: pip install tox==3.24.5

- name: Run Tox
# Run tox using the version of Python in `PATH`
Expand Down

0 comments on commit d58e6b3

Please sign in to comment.