We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nedbat
Learn more about funding links in repositories.
Report abuse
1 parent d35e8c4 commit 87331deCopy full SHA for 87331de
.github/workflows/coverage.yml
@@ -59,8 +59,8 @@ jobs:
59
uses: "actions/setup-python@v2"
60
with:
61
python-version: "${{ matrix.python-version }}"
62
- cache: pip
63
- cache-dependency-path: 'requirements/*.pip'
+ #cache: pip
+ #cache-dependency-path: 'requirements/*.pip'
64
65
- name: "Install dependencies"
66
run: |
.github/workflows/testsuite.yml
@@ -55,8 +55,8 @@ jobs:
55
56
57
58
0 commit comments