diff options
-rw-r--r-- | .github/workflows/coverage.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a5135d6a..34e04916 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -96,8 +96,8 @@ jobs: uses: "actions/setup-python@v2" with: python-version: "3.8" - cache: pip - cache-dependency-path: 'requirements/*.pip' + #cache: pip + #cache-dependency-path: 'requirements/*.pip' - name: "Install dependencies" run: | |