summaryrefslogtreecommitdiff
path: root/.github/workflows/kit.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-24 06:16:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-24 06:39:57 -0500
commitc1ac82f150b4ac05b8cbf2dbc11cd35986559e1c (patch)
tree0a92cd9b415d793874a733a92866e2ed7b0bed37 /.github/workflows/kit.yml
parentec0d4104d381c19f34255279c928637082ca80cd (diff)
downloadpython-coveragepy-git-c1ac82f150b4ac05b8cbf2dbc11cd35986559e1c.tar.gz
build: use new setup-python caching
Diffstat (limited to '.github/workflows/kit.yml')
-rw-r--r--.github/workflows/kit.yml8
1 files changed, 8 insertions, 0 deletions
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: |