Skip to content

Commit 4aa0200

Browse files
committed
force install cython
1 parent c60cb3b commit 4aa0200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt
29-
29+
pip install -U "cython"
3030
- name: Install cibuildwheel
3131
run: |
3232
python -m pip install cibuildwheel==1.3.0

0 commit comments

Comments
 (0)