Skip to content

Commit e27ad2e

Browse files
fixup! Pin uv version
1 parent ccc55c8 commit e27ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
check-latest: true
4242
- name: Install Python requirements
4343
run: |
44-
pip install --upgrade tox 'tox-uv<1.10.0' 'uv==0.2.21'
44+
pip install --upgrade 'tox==4.16.0' 'tox-uv==1.9.1' 'uv==0.2.21'
4545
- name: Test
4646
run: tox
4747
env:

0 commit comments

Comments
 (0)