summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-22 15:47:56 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-22 15:47:56 +0200
commitde5ff644d282660f34a8fad051879eca7cdc87a3 (patch)
tree7b210c15610d616e8c84afd2a1276547237b4b97 /.github
parent4aa020055a684ec8cd2360ecf47bd85f94e63e9e (diff)
propoer ciwb before build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_wheels.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml
index d92c7c5..9938698 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: [3.5, 3.6, 3.7, 3.8]
+ python-version: [3.8]
steps:
- uses: actions/checkout@v1
@@ -32,6 +32,8 @@ jobs:
python -m pip install cibuildwheel==1.3.0
- name: Build wheel
+ env:
+ CIBW_BEFORE_BUILD: "pip install numpy cython"
run: |
python -m cibuildwheel --output-dir wheelhouse