Skip to content

Commit

Permalink
Install Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis authored and ihnorton committed Oct 25, 2024
1 parent 196b489 commit 4afbe56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ jobs:
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install Python
if: ${{ !inputs.manylinux }}
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Prevent vpckg from building debug variants
run: python ./scripts/ci/patch_vcpkg_triplets.py

Expand Down

1 comment on commit 4afbe56

@teo-tsirpanis
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For future reference, this was made to fix CI failures on GCS CI on macOS. #5357 (comment)

Please sign in to comment.