Skip to content

Commit bc2f1b7

Browse files
committed
WIP
1 parent 1c4b0c4 commit bc2f1b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,11 @@ jobs:
156156

157157
- name: checkout submodules
158158
run: src/ci/scripts/checkout-submodules.sh
159-
159+
160160
- name: Setup Python
161161
uses: actions/setup-python@v5
162162
with:
163-
python-version: '3.x'
164-
if: runner.environment == 'github-hosted'
163+
python-version: '3.8'
165164

166165
- name: install MinGW
167166
run: src/ci/scripts/install-mingw.sh

0 commit comments

Comments
 (0)