Skip to content

Commit

Permalink
Revert "Pin tox and uv versions, to fix CI (#335)"
Browse files Browse the repository at this point in the history
Prefer to roll forward with newer versions of these tools.

This reverts commit b7f5aae.
  • Loading branch information
john-kurkowski committed Aug 21, 2024
1 parent b7f5aae commit 54009cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
check-latest: true
- name: Install Python requirements
run: |
pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21'
pip install --upgrade tox tox-uv
- name: Test
run: tox
env:
Expand Down

0 comments on commit 54009cf

Please sign in to comment.