Skip to content

Commit

Permalink
CI: Will uv be faster than eight minutes when omitting --upgrade?
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 5, 2024
1 parent 60c5794 commit a582664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up project
run: |
# Install runtime and development requirements.
uv pip install --system --upgrade -r requirements.txt -r requirements-dev.txt
uv pip install --verbose --system -r requirements.txt -r requirements-dev.txt
- name: Run linter and software tests
run: |
Expand Down

0 comments on commit a582664

Please sign in to comment.