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:
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
You can’t perform that action at this time.
0 commit comments