Skip to content

Commit 655600c

Browse files
committed
Auto merge of rust-lang#126116 - Kobzol:ci-remove-setup-python, r=jdno
CI: remove `Setup Python` action This action was added recently in rust-lang#125590, but it shouldn't really be needed, as our CI was working fine before without it. Our base Ubuntu 20.04 images use Python 3.8, while this action installed Python 3.12, but we don't really need that. Since this action does not support ARM yet, this blocks rust-lang#126113. See rust-lang#125590 (comment). r? `@jdno`
2 parents d8fde50 + 9ce12c4 commit 655600c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,6 @@ jobs:
156156

157157
- name: checkout submodules
158158
run: src/ci/scripts/checkout-submodules.sh
159-
160-
- name: Setup Python
161-
uses: actions/setup-python@v5
162-
with:
163-
python-version: '3.x'
164-
if: runner.environment == 'github-hosted'
165159

166160
- name: install MinGW
167161
run: src/ci/scripts/install-mingw.sh

0 commit comments

Comments
 (0)