Skip to content

Commit 690e00e

Browse files
committed
- specify python version to use
1 parent 199127a commit 690e00e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
if: matrix.os == 'windows-latest'
4949
uses: ilammy/msvc-dev-cmd@v1
5050

51+
- uses: actions/setup-python@v5
52+
with:
53+
python-version: '3.11'
54+
5155
- name: Install cibuildwheel
5256
run: |
5357
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6

0 commit comments

Comments
 (0)