Skip to content

Commit 19cfe8d

Browse files
committed
Add "Setup Python" action to github-hosted runners
1 parent f63931b commit 19cfe8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ jobs:
154154

155155
- name: checkout submodules
156156
run: src/ci/scripts/checkout-submodules.sh
157+
158+
- name: Setup Python
159+
uses: actions/setup-python@v5
160+
with:
161+
python-version: '3.x'
162+
if: runner.environment == 'github-hosted'
157163

158164
- name: install MinGW
159165
run: src/ci/scripts/install-mingw.sh

0 commit comments

Comments
 (0)