Skip to content

Commit

Permalink
uv install for vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Apr 11, 2024
1 parent cbb16e5 commit 4dafd9a
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 @@ -166,7 +166,7 @@ jobs:
- name: Set up dependencies
run: |
python -m pip install -U 'uv>=0.1.13'
pip install --prefer-binary -e '.[test]'
uv install -e '.[test]'
- name: Inspect environment
run: |
Expand Down

0 comments on commit 4dafd9a

Please sign in to comment.