Skip to content

Commit

Permalink
fix uv version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 5, 2024
1 parent 81303ce commit afb0cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ jobs:
python-version: '3.10'

- name: Install build tools
run: python -m pip install -U 'uv>=0.1.13'
run: python -m pip install -U 'uv==0.1.13'

- name: Set up Python deps
run: uv pip install --system --resolution=lowest-direct -e '.[test]'
Expand Down

0 comments on commit afb0cd9

Please sign in to comment.