Skip to content

Commit

Permalink
drop verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg authored and matthewfeickert committed Dec 24, 2024
1 parent 37234d3 commit 42a5249
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 @@ -49,7 +49,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install uv
uv pip install --system --upgrade --verbose ".[all,test]"
uv pip install --system --upgrade ".[all,test]"
- name: List installed Python packages
run: python -m pip list
Expand Down

0 comments on commit 42a5249

Please sign in to comment.