|
36 | 36 | python-key: ${{ steps.generate-python-key.outputs.key }}
|
37 | 37 | steps:
|
38 | 38 | - name: Check out code from GitHub
|
39 |
| - |
| 39 | + |
40 | 40 | - name: Set up Python ${{ matrix.python-version }}
|
41 | 41 | id: python
|
42 | 42 |
|
|
89 | 89 | needs: tests-linux
|
90 | 90 | steps:
|
91 | 91 | - name: Check out code from GitHub
|
92 |
| - |
| 92 | + |
93 | 93 | - name: Set up Python 3.12
|
94 | 94 | id: python
|
95 | 95 |
|
@@ -129,7 +129,7 @@ jobs:
|
129 | 129 | python-version: ["3.13"]
|
130 | 130 | steps:
|
131 | 131 | - name: Check out code from GitHub
|
132 |
| - |
| 132 | + |
133 | 133 | - name: Set up Python ${{ matrix.python-version }}
|
134 | 134 | id: python
|
135 | 135 |
|
@@ -184,7 +184,7 @@ jobs:
|
184 | 184 | # Workaround to set correct temp directory on Windows
|
185 | 185 | # https://github.com/actions/virtual-environments/issues/712
|
186 | 186 | - name: Check out code from GitHub
|
187 |
| - |
| 187 | + |
188 | 188 | - name: Set up Python ${{ matrix.python-version }}
|
189 | 189 | id: python
|
190 | 190 |
|
@@ -230,7 +230,7 @@ jobs:
|
230 | 230 | python-version: [3.9]
|
231 | 231 | steps:
|
232 | 232 | - name: Check out code from GitHub
|
233 |
| - |
| 233 | + |
234 | 234 | - name: Set up Python ${{ matrix.python-version }}
|
235 | 235 | id: python
|
236 | 236 |
|
@@ -274,7 +274,7 @@ jobs:
|
274 | 274 | python-version: ["pypy-3.9", "pypy-3.10"]
|
275 | 275 | steps:
|
276 | 276 | - name: Check out code from GitHub
|
277 |
| - |
| 277 | + |
278 | 278 | - name: Set up Python ${{ matrix.python-version }}
|
279 | 279 | id: python
|
280 | 280 |
|
|
0 commit comments