Skip to content

Commit a1a4a43

Browse files
committed
Always use latest version of python
1 parent b12817e commit a1a4a43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
uses: actions/setup-python@v4
1313
with:
1414
python-version-file: '.python-version'
15+
check-latest: true
1516

1617
- name: Upgrade pip
1718
run: python -m pip install --upgrade pip
@@ -32,6 +33,7 @@ jobs:
3233
uses: actions/setup-python@v4
3334
with:
3435
python-version-file: '.python-version'
36+
check-latest: true
3537

3638
- name: Upgrade pip
3739
run: python -m pip install --upgrade pip
@@ -131,6 +133,7 @@ jobs:
131133
uses: actions/setup-python@v4
132134
with:
133135
python-version-file: '.python-version'
136+
check-latest: true
134137

135138
- name: Upgrade pip
136139
run: python -m pip install --upgrade pip
@@ -163,6 +166,7 @@ jobs:
163166
uses: actions/setup-python@v4
164167
with:
165168
python-version-file: '.python-version'
169+
check-latest: true
166170

167171
- name: Upgrade pip
168172
run: python -m pip install --upgrade pip
@@ -278,6 +282,7 @@ jobs:
278282
uses: actions/setup-python@v4
279283
with:
280284
python-version-file: '.python-version'
285+
check-latest: true
281286

282287
- name: Upgrade pip
283288
if: "startsWith(github.ref, 'refs/tags/') || contains(steps.changed-files.outputs.modified_files, 'base/') || contains(steps.changed-files.outputs.modified_files, 'test_desmume.py')"
@@ -327,6 +332,7 @@ jobs:
327332
uses: actions/setup-python@v4
328333
with:
329334
python-version-file: '.python-version'
335+
check-latest: true
330336

331337
- name: Upgrade pip
332338
run: python -m pip install --upgrade pip

0 commit comments

Comments
 (0)