40
40
}}"
41
41
- name : Restore Python virtual environment
42
42
id : cache-venv
43
-
43
+
44
44
with :
45
45
path : venv
46
46
key : >-
63
63
hashFiles('.pre-commit-config.yaml') }}"
64
64
- name : Restore pre-commit environment
65
65
id : cache-precommit
66
-
66
+
67
67
with :
68
68
path : ${{ env.PRE_COMMIT_CACHE }}
69
69
key : >-
91
91
python-version : ${{ env.DEFAULT_PYTHON }}
92
92
- name : Restore Python virtual environment
93
93
id : cache-venv
94
-
94
+
95
95
with :
96
96
path : venv
97
97
key :
@@ -104,7 +104,7 @@ jobs:
104
104
exit 1
105
105
- name : Restore pre-commit environment
106
106
id : cache-precommit
107
-
107
+
108
108
with :
109
109
path : ${{ env.PRE_COMMIT_CACHE }}
110
110
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -138,7 +138,7 @@ jobs:
138
138
python-version : ${{ env.DEFAULT_PYTHON }}
139
139
- name : Restore Python virtual environment
140
140
id : cache-venv
141
-
141
+
142
142
with :
143
143
path : venv
144
144
key :
@@ -169,7 +169,7 @@ jobs:
169
169
python-version : ${{ env.DEFAULT_PYTHON }}
170
170
- name : Restore Python virtual environment
171
171
id : cache-venv
172
-
172
+
173
173
with :
174
174
path : venv
175
175
key :
0 commit comments