We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60cb3b commit 4aa0200Copy full SHA for 4aa0200
.github/workflows/build_wheels.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
python -m pip install --upgrade pip
28
pip install -r requirements.txt
29
-
+ pip install -U "cython"
30
- name: Install cibuildwheel
31
32
python -m pip install cibuildwheel==1.3.0
0 commit comments