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 a9b089d commit cfc2b0dCopy full SHA for cfc2b0d
.github/workflows/build_wheels.yaml
@@ -32,11 +32,11 @@ jobs:
32
steps:
33
- uses: actions/checkout@v5
34
35
- # - name: Setup Python
36
- # if: ${{ startsWith(matrix.os, 'windows') }}
37
- # uses: actions/setup-python@v5
38
- # with:
39
- # python-version: '3.11'
+ - name: Setup Python
+ if: ${{ startsWith(matrix.os, 'windows') }}
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.x'
40
41
# Maybe not necessary, source:
42
# https://dvdhrm.github.io/2021/04/21/meson-msvc-github-actions/
0 commit comments