Skip to content

Commit

Permalink
pip cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 2, 2022
1 parent f56795b commit 8d588f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,15 @@ jobs:
run: |
python --version
python test.py
python -m pip --version
python -m pip cache dir
- name: Test non-Windows
if: "!startsWith(matrix.os, 'windows')"
run: |
python -m pip cache dir > /dev/null
- name: Test Windows
if: "startsWith(matrix.os, 'windows')"
run: |
python -m pip cache dir > NUL

0 comments on commit 8d588f7

Please sign in to comment.