Skip to content

Commit

Permalink
fixup! Pin uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
john-kurkowski committed Aug 20, 2024
1 parent ccc55c8 commit e27ad2e
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 'tox-uv<1.10.0' 'uv==0.2.21'
pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21'
- name: Test
run: tox
env:
Expand Down

0 comments on commit e27ad2e

Please sign in to comment.