diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c7e248..994f287 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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