summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-30 14:29:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-01 08:05:06 -0500
commit87331de009099148cf26e7d493a5530e7fffc591 (patch)
tree1b47861f0a1d98a6ab8c1609d2cab51ac0ebe3da /.github/workflows/coverage.yml
parentd35e8c4624bd074c4e55a8e8a33c343f734299db (diff)
downloadpython-coveragepy-git-87331de009099148cf26e7d493a5530e7fffc591.tar.gz
build: windows 3.11.0a4 started failing to save the pip cache
Diffstat (limited to '.github/workflows/coverage.yml')
-rw-r--r--.github/workflows/coverage.yml4
1 files changed, 2 insertions, 2 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: |