Skip to content

Commit 4024dad

Browse files
committed
Change cache key
1 parent 9f9abf6 commit 4024dad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
- uses: actions/cache@v2
230230
with:
231231
path: ${{ env.pythonLocation }}
232-
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
232+
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py', '**/requirements.txt') }}
233233
- name: Install requirements
234234
run: |
235235
pip install wheel
@@ -255,7 +255,7 @@ jobs:
255255
- uses: actions/cache@v2
256256
with:
257257
path: ${{ env.pythonLocation }}
258-
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev-requirements.txt') }}
258+
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py', '**/requirements.txt') }}
259259
- name: Install requirements
260260
run: |
261261
pip install wheel

0 commit comments

Comments
 (0)