8
8
branches :
9
9
- master
10
10
11
- concurrency :
11
+ concurrency :
12
12
group : ${{ github.head_ref || github.run_id }}
13
13
cancel-in-progress : true
14
14
@@ -160,7 +160,7 @@ jobs:
160
160
- uses : actions/cache@v2
161
161
with :
162
162
path : ${{ env.pythonLocation }}
163
- key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev- requirements.txt') }}
163
+ key : ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/ requirements/**/* .txt') }}
164
164
- name : Install requirements
165
165
run : |
166
166
pip install wheel
@@ -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('**/requirements.txt', 'dev_tools/ 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('**/requirements.txt', 'dev_tools/ requirements/**/* .txt') }}
259
259
- name : Install requirements
260
260
run : |
261
261
pip install wheel
@@ -280,7 +280,7 @@ jobs:
280
280
- uses : actions/cache@v2
281
281
with :
282
282
path : ${{ env.pythonLocation }}
283
- key : ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}-${{ hashFiles('dev- requirements.txt') }}
283
+ key : ${{ env.pythonLocation }}-${{ hashFiles('**/requirements.txt', 'dev_tools/ requirements/**/* .txt') }}
284
284
- name : Install requirements
285
285
run : |
286
286
pip install wheel
0 commit comments