Skip to content

Commit a7ccd55

Browse files
committed
cache
1 parent f76b112 commit a7ccd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
path: ${{ steps.pip-cache.outputs.dir }}
7474
key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
7575
restore-keys: |
76-
${{ runner.os }}-${{ matrix.python-version }}-pip-
76+
${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-extra.txt') }}
7777
7878
- name: Install dependencies
7979
run: |

0 commit comments

Comments
 (0)