Skip to content

Commit c005ab6

Browse files
committed
1
1 parent 4ac9bf0 commit c005ab6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
run: |
6666
python3 -m pip install cibuildwheel==2.22.0
6767
68+
- name: Install cython
69+
run: |
70+
python -m pip install Cython
71+
6872
- name: Install OpenSSL for Windows
6973
if: runner.os == 'Windows'
7074
run: |
@@ -179,6 +183,10 @@ jobs:
179183
run: |
180184
python -m pip install cibuildwheel==2.22.0
181185
186+
- name: Install cython
187+
run: |
188+
python -m pip install Cython
189+
182190
- name: Build wheels
183191
env:
184192
CIBW_BUILD: "cp39* cp310* cp311* cp312*" # limit to specific version since it take much more time than jobs limit

0 commit comments

Comments
 (0)