Skip to content

Commit

Permalink
uv pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 1, 2024
1 parent b7bc28a commit d9b425c
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,8 @@ jobs:
python -m pip --version
jq --version
- name: pip cache dir
run: |
python -m pip cache dir
- name: "Non-Windows: pip cache dir > /dev/null"
if: "!startsWith(matrix.os, 'windows')"
run: |
python -m pip cache dir > /dev/null
- name: "Windows: pip cache dir > NUL"
if: "startsWith(matrix.os, 'windows')"
run: |
python -m pip cache dir > NUL
- run: |
python -m pip install uv
uv --version
uv venv
uv pip install norwegianblue

0 comments on commit d9b425c

Please sign in to comment.