summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-06 11:56:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-06 11:56:44 -0500
commit85f528b1f3369dc4cb33a9eed5c4c5a2738b1572 (patch)
tree044dfd80cd5f4b58b33aaa048ebc1b3456e439e1
parent8f5fef1526d6f92126b53bd89bb76dd4c7a4d81b (diff)
downloadpython-coveragepy-git-85f528b1f3369dc4cb33a9eed5c4c5a2738b1572.tar.gz
build: another pip-cache failure
-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 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: |