summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-22 15:42:56 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-22 15:42:56 +0200
commit4aa020055a684ec8cd2360ecf47bd85f94e63e9e (patch)
tree3f0fce4eead9c9ab913d295778c655cd32b3506b /.github
parentc60cb3bcfd3ff67113a8d8a84230ffd263b72c6e (diff)
force install cython
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index 5ade5d7..d92c7c5 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
-
+ pip install -U "cython"
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==1.3.0