Skip to content

Commit

Permalink
Add "Setup Python" action to github-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed May 26, 2024
1 parent f63931b commit 19cfe8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ 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 19cfe8d

Please sign in to comment.