Skip to content

Commit

Permalink
Auto merge of rust-lang#126116 - Kobzol:ci-remove-setup-python, r=jdno
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
bors committed Jun 8, 2024
2 parents d8fde50 + 9ce12c4 commit 655600c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ jobs:

- name: checkout submodules
run: src/ci/scripts/checkout-submodules.sh

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
if: runner.environment == 'github-hosted'

- name: install MinGW
run: src/ci/scripts/install-mingw.sh
Expand Down

0 comments on commit 655600c

Please sign in to comment.