Skip to content

Commit

Permalink
CI: remove Setup Python action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Jun 7, 2024
1 parent 468310e commit 9ce12c4
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 9ce12c4

Please sign in to comment.