diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-30 14:29:50 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-01 08:05:06 -0500 |
commit | 87331de009099148cf26e7d493a5530e7fffc591 (patch) | |
tree | 1b47861f0a1d98a6ab8c1609d2cab51ac0ebe3da | |
parent | d35e8c4624bd074c4e55a8e8a33c343f734299db (diff) | |
download | python-coveragepy-git-87331de009099148cf26e7d493a5530e7fffc591.tar.gz |
build: windows 3.11.0a4 started failing to save the pip cache
-rw-r--r-- | .github/workflows/coverage.yml | 4 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9cd3ce12..f3c527c5 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 84d4fe39..aaf52fa3 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: | |