CI: remove Setup Python action

This commit is contained in:
Jakub Beránek 2024-06-07 11:26:36 +02:00
parent 468310ea0c
commit 9ce12c4cab
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B

View File

@ -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