summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/coverage.yml4
-rw-r--r--.github/workflows/testsuite.yml4
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: |