Skip to content

Commit 227e315

Browse files
committed
we can no longer lock host Python version
1 parent c41a39a commit 227e315

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@ jobs:
4747
if: ${{ inputs.host-platform != 'win-64' }}
4848

4949
- name: Set up Python
50-
if: ${{ startsWith(inputs.host-platform, 'linux') }}
5150
id: setup-python
5251
uses: actions/setup-python@v5
5352
with:
54-
# WAR: setup-python is not relocatable...
55-
# see https://github.com/actions/setup-python/issues/871
56-
python-version: "3.12"
53+
python-version: ${{ matrix.python-version }}
5754

5855
- name: Set up MSVC
5956
if: ${{ startsWith(inputs.host-platform, 'win') }}

0 commit comments

Comments
 (0)