We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41a39a commit 227e315Copy full SHA for 227e315
.github/workflows/build-wheel.yml
@@ -47,13 +47,10 @@ jobs:
47
if: ${{ inputs.host-platform != 'win-64' }}
48
49
- name: Set up Python
50
- if: ${{ startsWith(inputs.host-platform, 'linux') }}
51
id: setup-python
52
uses: actions/setup-python@v5
53
with:
54
- # WAR: setup-python is not relocatable...
55
- # see https://github.com/actions/setup-python/issues/871
56
- python-version: "3.12"
+ python-version: ${{ matrix.python-version }}
57
58
- name: Set up MSVC
59
if: ${{ startsWith(inputs.host-platform, 'win') }}
0 commit comments