Skip to content

Commit cf35353

Browse files
committed
- use correct python version
1 parent 79d2691 commit cf35353

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/experimental_wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
run: |
5454
tar zxf *.tar.gz --strip-components=1
5555
56+
57+
- uses: actions/setup-python@v5
58+
with:
59+
python-version: '3.11'
60+
5661
- name: Install cibuildwheel
5762
run: |
5863
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6

.github/workflows/wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
run: |
4747
tar zxf *.tar.gz --strip-components=1
4848
49+
50+
- uses: actions/setup-python@v5
51+
with:
52+
python-version: '3.11'
53+
4954
- name: Install cibuildwheel
5055
run: |
5156
python -m pip install cibuildwheel==3.2.1 swig==4.2.1 cmake==3.31.6

0 commit comments

Comments
 (0)