Skip to content

Commit

Permalink
fixup! ci(tests): update the targeted python versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Sep 3, 2024
1 parent 35a6a88 commit eb2910d
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 @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
pip install tox<4 tox-gh-actions<3
pip install "tox<4" "tox-gh-actions<3"
- name: Test with tox
run: tox
- run: ls -a
Expand Down

0 comments on commit eb2910d

Please sign in to comment.