|
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 |
|
|
88 | 88 | needs: tests-linux
|
89 | 89 | steps:
|
90 | 90 | - name: Check out code from GitHub
|
91 |
| - |
| 91 | + |
92 | 92 | - name: Set up Python 3.12
|
93 | 93 | id: python
|
94 | 94 |
|
@@ -128,7 +128,7 @@ jobs:
|
128 | 128 | python-version: ["3.12"]
|
129 | 129 | steps:
|
130 | 130 | - name: Check out code from GitHub
|
131 |
| - |
| 131 | + |
132 | 132 | - name: Set up Python ${{ matrix.python-version }}
|
133 | 133 | id: python
|
134 | 134 |
|
@@ -182,7 +182,7 @@ jobs:
|
182 | 182 | # Workaround to set correct temp directory on Windows
|
183 | 183 | # https://github.com/actions/virtual-environments/issues/712
|
184 | 184 | - name: Check out code from GitHub
|
185 |
| - |
| 185 | + |
186 | 186 | - name: Set up Python ${{ matrix.python-version }}
|
187 | 187 | id: python
|
188 | 188 |
|
@@ -228,7 +228,7 @@ jobs:
|
228 | 228 | python-version: [3.8]
|
229 | 229 | steps:
|
230 | 230 | - name: Check out code from GitHub
|
231 |
| - |
| 231 | + |
232 | 232 | - name: Set up Python ${{ matrix.python-version }}
|
233 | 233 | id: python
|
234 | 234 |
|
@@ -272,7 +272,7 @@ jobs:
|
272 | 272 | python-version: ["pypy-3.8", "pypy-3.9"]
|
273 | 273 | steps:
|
274 | 274 | - name: Check out code from GitHub
|
275 |
| - |
| 275 | + |
276 | 276 | - name: Set up Python ${{ matrix.python-version }}
|
277 | 277 | id: python
|
278 | 278 |
|
|
0 commit comments