Skip to content

Commit 4afbe56

Browse files
teo-tsirpanisihnorton
authored andcommitted
Install Python 3.12.
1 parent 196b489 commit 4afbe56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-linux_mac.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
core.exportVariable('ACTIONS_CACHE_URL', process.env.ACTIONS_CACHE_URL || '');
111111
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
112112
113+
- name: Install Python
114+
if: ${{ !inputs.manylinux }}
115+
uses: actions/setup-python@v5
116+
with:
117+
python-version: '3.12'
118+
113119
- name: Prevent vpckg from building debug variants
114120
run: python ./scripts/ci/patch_vcpkg_triplets.py
115121

0 commit comments

Comments
 (0)