|
33 | 33 | 'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
|
34 | 34 | - name: Restore Python virtual environment
|
35 | 35 | id: cache-venv
|
36 |
| - |
| 36 | + |
37 | 37 | with:
|
38 | 38 | path: venv
|
39 | 39 | key: >-
|
|
56 | 56 | hashFiles('.pre-commit-config.yaml') }}"
|
57 | 57 | - name: Restore pre-commit environment
|
58 | 58 | id: cache-precommit
|
59 |
| - |
| 59 | + |
60 | 60 | with:
|
61 | 61 | path: ${{ env.PRE_COMMIT_CACHE }}
|
62 | 62 | key: >-
|
@@ -104,7 +104,7 @@ jobs:
|
104 | 104 | 'requirements_test_brain.txt') }}"
|
105 | 105 | - name: Restore Python virtual environment
|
106 | 106 | id: cache-venv
|
107 |
| - |
| 107 | + |
108 | 108 | with:
|
109 | 109 | path: venv
|
110 | 110 | key: >-
|
@@ -153,7 +153,7 @@ jobs:
|
153 | 153 | 'requirements_test_brain.txt') }}"
|
154 | 154 | - name: Restore Python virtual environment
|
155 | 155 | id: cache-venv
|
156 |
| - |
| 156 | + |
157 | 157 | with:
|
158 | 158 | path: venv
|
159 | 159 | key: >-
|
@@ -200,7 +200,7 @@ jobs:
|
200 | 200 | python-version: ${{ matrix.python-version }}
|
201 | 201 | - name: Restore Python virtual environment
|
202 | 202 | id: cache-venv
|
203 |
| - |
| 203 | + |
204 | 204 | with:
|
205 | 205 | path: venv
|
206 | 206 | key:
|
@@ -254,7 +254,7 @@ jobs:
|
254 | 254 | 'requirements_test_brain.txt') }}"
|
255 | 255 | - name: Restore Python virtual environment
|
256 | 256 | id: cache-venv
|
257 |
| - |
| 257 | + |
258 | 258 | with:
|
259 | 259 | path: venv
|
260 | 260 | key: >-
|
@@ -298,7 +298,7 @@ jobs:
|
298 | 298 | hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
|
299 | 299 | - name: Restore Python virtual environment
|
300 | 300 | id: cache-venv
|
301 |
| - |
| 301 | + |
302 | 302 | with:
|
303 | 303 | path: venv
|
304 | 304 | key: >-
|
|
0 commit comments