Skip to content

Commit

Permalink
Try uv system flag
Browse files Browse the repository at this point in the history
  • Loading branch information
evamaxfield committed Jun 26, 2024
1 parent 4d41fba commit 39a57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install uv
uv pip install .[test]
uv pip install --system .[test]
- uses: actions/cache@v3
id: cache
with:
Expand Down

0 comments on commit 39a57f4

Please sign in to comment.