38
38
'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
39
39
- name : Restore Python virtual environment
40
40
id : cache-venv
41
-
41
+
42
42
with :
43
43
path : venv
44
44
key : >-
61
61
hashFiles('.pre-commit-config.yaml') }}"
62
62
- name : Restore pre-commit environment
63
63
id : cache-precommit
64
-
64
+
65
65
with :
66
66
path : ${{ env.PRE_COMMIT_CACHE }}
67
67
key : >-
89
89
python-version : ${{ env.DEFAULT_PYTHON }}
90
90
- name : Restore Python virtual environment
91
91
id : cache-venv
92
-
92
+
93
93
with :
94
94
path : venv
95
95
key :
@@ -102,7 +102,7 @@ jobs:
102
102
exit 1
103
103
- name : Restore pre-commit environment
104
104
id : cache-precommit
105
-
105
+
106
106
with :
107
107
path : ${{ env.PRE_COMMIT_CACHE }}
108
108
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -144,7 +144,7 @@ jobs:
144
144
'requirements_test_brain.txt') }}"
145
145
- name : Restore Python virtual environment
146
146
id : cache-venv
147
-
147
+
148
148
with :
149
149
path : venv
150
150
key : >-
@@ -180,7 +180,7 @@ jobs:
180
180
python-version : ${{ matrix.python-version }}
181
181
- name : Restore Python virtual environment
182
182
id : cache-venv
183
-
183
+
184
184
with :
185
185
path : venv
186
186
key :
@@ -221,7 +221,7 @@ jobs:
221
221
python-version : ${{ matrix.python-version }}
222
222
- name : Restore Python virtual environment
223
223
id : cache-venv
224
-
224
+
225
225
with :
226
226
path : venv
227
227
key :
@@ -273,7 +273,7 @@ jobs:
273
273
'requirements_test_brain.txt') }}"
274
274
- name : Restore Python virtual environment
275
275
id : cache-venv
276
-
276
+
277
277
with :
278
278
path : venv
279
279
key : >-
@@ -313,7 +313,7 @@ jobs:
313
313
python-version : ${{ matrix.python-version }}
314
314
- name : Restore Python virtual environment
315
315
id : cache-venv
316
-
316
+
317
317
with :
318
318
path : venv
319
319
key :
@@ -355,7 +355,7 @@ jobs:
355
355
hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
356
356
- name : Restore Python virtual environment
357
357
id : cache-venv
358
-
358
+
359
359
with :
360
360
path : venv
361
361
key : >-
@@ -391,7 +391,7 @@ jobs:
391
391
python-version : ${{ matrix.python-version }}
392
392
- name : Restore Python virtual environment
393
393
id : cache-venv
394
-
394
+
395
395
with :
396
396
path : venv
397
397
key :
0 commit comments