Skip to content

Commit

Permalink
rm pip cache stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 18, 2024
1 parent ad24b1d commit f896192
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -45,17 +45,3 @@ jobs:
python test.py
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

0 comments on commit f896192

Please sign in to comment.