Skip to content

Commit 00da2c7

Browse files
committed
fixing missing dependency
1 parent 1575ac4 commit 00da2c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_wheels_and_release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ jobs:
3636
shell: bash -l {0}
3737
run: |
3838
conda install -y sleef numpy meson meson-python patchelf wheel
39-
40-
- name: Install cibuildwheel
41-
run: python -m pip install cibuildwheel==2.11.2
39+
pip install cibuildwheel==2.20.0
4240
4341
- name: Build wheels
4442
shell: bash -l {0}

0 commit comments

Comments
 (0)