Skip to content

Commit 85f528b

Browse files
committed
build: another pip-cache failure
1 parent 8f5fef1 commit 85f528b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
uses: "actions/setup-python@v2"
9797
with:
9898
python-version: "3.8"
99-
cache: pip
100-
cache-dependency-path: 'requirements/*.pip'
99+
#cache: pip
100+
#cache-dependency-path: 'requirements/*.pip'
101101

102102
- name: "Install dependencies"
103103
run: |

0 commit comments

Comments
 (0)