From f896192eb2faeaa522a5aafa362841ed5c40cdc4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:49:27 +0200 Subject: [PATCH] rm pip cache stuff --- .github/workflows/test.yml | 14 -------------- 1 file changed, 14 deletions(-) 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