Skip to content

Commit

Permalink
Require uv 0.1.15 or newer (astral-sh/uv#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 6, 2024
1 parent ed2e034 commit 28342fe
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 @@ -196,7 +196,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 28342fe

Please sign in to comment.