We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b21a04 commit 0f28a49Copy full SHA for 0f28a49
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: |
51
python -m pip install uv
52
- uv pip install --system --upgrade --verbose ".[all,test]"
+ uv pip install --system --upgrade ".[all,test]"
53
54
- name: List installed Python packages
55
run: python -m pip list
0 commit comments