Skip to content

Commit b19d61c

Browse files
committed
cache
1 parent e8de528 commit b19d61c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,12 @@ jobs:
6868
python -c "from pip._internal.locations import USER_CACHE_DIR; print('::set-output name=dir::' + USER_CACHE_DIR)"
6969
7070
- name: Cache pip
71-
- uses: actions/cache@v1
71+
uses: actions/cache@v1
7272
with:
7373
path: ${{ steps.pip-cache.outputs.dir }}
7474
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
75+
restore-keys: |
76+
${{ runner.os }}-${{ matrix.python-version }}-pip-
7577
7678
- name: Install dependencies
7779
run: |

0 commit comments

Comments
 (0)