File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229
229
- uses : actions/cache@v2
230
230
with :
231
231
path : ${{ env.pythonLocation }}
232
- key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev- requirements.txt') }}
232
+ key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py', '**/ requirements.txt') }}
233
233
- name : Install requirements
234
234
run : |
235
235
pip install wheel
@@ -255,7 +255,7 @@ jobs:
255
255
- uses : actions/cache@v2
256
256
with :
257
257
path : ${{ env.pythonLocation }}
258
- key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev- requirements.txt') }}
258
+ key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py', '**/ requirements.txt') }}
259
259
- name : Install requirements
260
260
run : |
261
261
pip install wheel
You can’t perform that action at this time.
0 commit comments