Skip to content

Commit

Permalink
CI: Try to use "uv" (part 2)
Browse files Browse the repository at this point in the history
* Enable verbose mode
  • Loading branch information
jenisys committed May 27, 2024
1 parent 90b4e2b commit e88424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: "Install Python package dependencies (with: uv)"
run: |
python -m pip install -U uv
uv pip install -U pip setuptools wheel
uv --verbose pip install -U pip setuptools wheel
# -- WORKAROUND:
python -m uv pip install -U pip setuptools wheel
python -m uv pip install --upgrade -r py.requirements/ci.github.testing.txt
Expand Down

0 comments on commit e88424c

Please sign in to comment.