Skip to content

Commit

Permalink
Use uv 0.1.15 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand authored Mar 6, 2024
1 parent afb0cd9 commit 2bc8267
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.15'

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

0 comments on commit 2bc8267

Please sign in to comment.