26262727 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
2828 id : python
29- 29+ 3030 with :
3131 python-version : ${{ env.DEFAULT_PYTHON }}
3232 - name : Generate partial Python venv restore key
3737 'requirements_test_pre_commit.txt') }}"
3838 - name : Restore Python virtual environment
3939 id : cache-venv
40- 40+ 4141 with :
4242 path : venv
4343 key : >-
6060 hashFiles('.pre-commit-config.yaml') }}"
6161 - name : Restore pre-commit environment
6262 id : cache-precommit
63- 63+ 6464 with :
6565 path : ${{ env.PRE_COMMIT_CACHE }}
6666 key : >-
@@ -82,12 +82,12 @@ jobs:
82828383 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
8484 id : python
85- 85+ 8686 with :
8787 python-version : ${{ env.DEFAULT_PYTHON }}
8888 - name : Restore Python virtual environment
8989 id : cache-venv
90- 90+ 9191 with :
9292 path : venv
9393 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
9999 exit 1
100100 - name : Restore pre-commit environment
101101 id : cache-precommit
102- 102+ 103103 with :
104104 path : ${{ env.PRE_COMMIT_CACHE }}
105105 key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -123,12 +123,12 @@ jobs:
123123124124 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
125125 id : python
126- 126+ 127127 with :
128128 python-version : ${{ env.DEFAULT_PYTHON }}
129129 - name : Restore Python virtual environment
130130 id : cache-venv
131- 131+ 132132 with :
133133 path : venv
134134 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -153,12 +153,12 @@ jobs:
153153154154 - name : Set up Python ${{ env.DEFAULT_PYTHON }}
155155 id : python
156- 156+ 157157 with :
158158 python-version : ${{ env.DEFAULT_PYTHON }}
159159 - name : Restore Python virtual environment
160160 id : cache-venv
161- 161+ 162162 with :
163163 path : venv
164164 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
@@ -187,7 +187,7 @@ jobs:
187187188188 - name : Set up Python ${{ matrix.python-version }}
189189 id : python
190- 190+ 191191 with :
192192 python-version : ${{ matrix.python-version }}
193193 - name : Generate partial Python venv restore key
@@ -198,7 +198,7 @@ jobs:
198198 'requirements_test_pre_commit.txt') }}"
199199 - name : Restore Python virtual environment
200200 id : cache-venv
201- 201+ 202202 with :
203203 path : venv
204204 key : >-
@@ -228,12 +228,12 @@ jobs:
228228229229 - name : Set up Python ${{ matrix.python-version }}
230230 id : python
231- 231+ 232232 with :
233233 python-version : ${{ matrix.python-version }}
234234 - name : Restore Python virtual environment
235235 id : cache-venv
236- 236+ 237237 with :
238238 path : venv
239239 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
0 commit comments