|
11 | 11 | - name: Set up Python
|
12 | 12 | uses: actions/setup-python@v4
|
13 | 13 | with:
|
14 |
| - python-version: '3.10' |
| 14 | + python-version-file: '.python-version' |
| 15 | + check-latest: true |
15 | 16 |
|
16 | 17 | - name: Upgrade pip
|
17 | 18 | run: python -m pip install --upgrade pip
|
|
31 | 32 | - name: Set up Python
|
32 | 33 | uses: actions/setup-python@v4
|
33 | 34 | with:
|
34 |
| - python-version: '3.10' |
| 35 | + python-version-file: '.python-version' |
| 36 | + check-latest: true |
35 | 37 |
|
36 | 38 | - name: Upgrade pip
|
37 | 39 | run: python -m pip install --upgrade pip
|
@@ -130,7 +132,8 @@ jobs:
|
130 | 132 | - name: Set up Python
|
131 | 133 | uses: actions/setup-python@v4
|
132 | 134 | with:
|
133 |
| - python-version: '3.10' |
| 135 | + python-version-file: '.python-version' |
| 136 | + check-latest: true |
134 | 137 |
|
135 | 138 | - name: Upgrade pip
|
136 | 139 | run: python -m pip install --upgrade pip
|
@@ -162,7 +165,8 @@ jobs:
|
162 | 165 | - name: Set up Python
|
163 | 166 | uses: actions/setup-python@v4
|
164 | 167 | with:
|
165 |
| - python-version: '3.10' |
| 168 | + python-version-file: '.python-version' |
| 169 | + check-latest: true |
166 | 170 |
|
167 | 171 | - name: Upgrade pip
|
168 | 172 | run: python -m pip install --upgrade pip
|
@@ -277,7 +281,8 @@ jobs:
|
277 | 281 | if: "startsWith(github.ref, 'refs/tags/') || contains(steps.changed-files.outputs.modified_files, 'base/') || contains(steps.changed-files.outputs.modified_files, 'test_desmume.py')"
|
278 | 282 | uses: actions/setup-python@v4
|
279 | 283 | with:
|
280 |
| - python-version: '3.10' |
| 284 | + python-version-file: '.python-version' |
| 285 | + check-latest: true |
281 | 286 |
|
282 | 287 | - name: Upgrade pip
|
283 | 288 | if: "startsWith(github.ref, 'refs/tags/') || contains(steps.changed-files.outputs.modified_files, 'base/') || contains(steps.changed-files.outputs.modified_files, 'test_desmume.py')"
|
@@ -326,7 +331,8 @@ jobs:
|
326 | 331 | - name: Set up Python
|
327 | 332 | uses: actions/setup-python@v4
|
328 | 333 | with:
|
329 |
| - python-version: '3.10' |
| 334 | + python-version-file: '.python-version' |
| 335 | + check-latest: true |
330 | 336 |
|
331 | 337 | - name: Upgrade pip
|
332 | 338 | run: python -m pip install --upgrade pip
|
|
0 commit comments