We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cec7dd commit 94e959fCopy full SHA for 94e959f
.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 ".[all,test]"
+ uv pip install --system --upgrade --verbose ".[all,test]"
53
54
- name: List installed Python packages
55
run: python -m pip list
0 commit comments