diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9cd3ce12c..f3c527c5c 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -59,8 +59,8 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "${{ matrix.python-version }}" - cache: pip - cache-dependency-path: 'requirements/*.pip' + #cache: pip + #cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: | diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 84d4fe39a..aaf52fa39 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -55,8 +55,8 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "${{ matrix.python-version }}" - cache: pip - cache-dependency-path: 'requirements/*.pip' + #cache: pip + #cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: |