summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/coverage.yml4
-rw-r--r--.github/workflows/kit.yml8
-rw-r--r--.github/workflows/quality.yml4
-rw-r--r--.github/workflows/testsuite.yml2
4 files changed, 18 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index b751eebc..8ab96b8e 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -60,6 +60,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install dependencies"
run: |
@@ -97,6 +99,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "3.8"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install dependencies"
run: |
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index bed90069..29b7f50e 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -111,6 +111,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.8"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install tools"
run: |
@@ -153,6 +155,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "3.8"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install tools"
run: |
@@ -183,6 +187,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: "pypy3"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install requirements"
run: |
@@ -226,6 +232,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.py }}
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install wheel tools"
run: |
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml
index fe7b31fe..2eb64b59 100644
--- a/.github/workflows/quality.yml
+++ b/.github/workflows/quality.yml
@@ -34,6 +34,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "3.8"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install dependencies"
run: |
@@ -58,6 +60,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "3.8"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install dependencies"
run: |
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 53cd24b8..b83b37bb 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -54,6 +54,8 @@ jobs:
uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
+ cache: pip
+ cache-dependency-path: 'requirements/*.pip'
- name: "Install dependencies"
run: |