Skip to content

Commit

Permalink
verbose installation to understand why differences exist
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Dec 22, 2024
1 parent 5cec7dd commit 94e959f
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 ".[all,test]"
uv pip install --system --upgrade --verbose ".[all,test]"
- name: List installed Python packages
run: python -m pip list
Expand Down

0 comments on commit 94e959f

Please sign in to comment.