Skip to content

Commit cfc2b0d

Browse files
committed
Turn python setup back on
1 parent a9b089d commit cfc2b0d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_wheels.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v5
3434

35-
# - name: Setup Python
36-
# if: ${{ startsWith(matrix.os, 'windows') }}
37-
# uses: actions/setup-python@v5
38-
# with:
39-
# python-version: '3.11'
35+
- name: Setup Python
36+
if: ${{ startsWith(matrix.os, 'windows') }}
37+
uses: actions/setup-python@v5
38+
with:
39+
python-version: '3.x'
4040

4141
# Maybe not necessary, source:
4242
# https://dvdhrm.github.io/2021/04/21/meson-msvc-github-actions/

0 commit comments

Comments
 (0)