Skip to content

Commit de5ff64

Browse files
committed
propoer ciwb before build
1 parent 4aa0200 commit de5ff64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 4
1515
matrix:
16-
python-version: [3.5, 3.6, 3.7, 3.8]
16+
python-version: [3.8]
1717

1818
steps:
1919
- uses: actions/checkout@v1
@@ -32,6 +32,8 @@ jobs:
3232
python -m pip install cibuildwheel==1.3.0
3333
3434
- name: Build wheel
35+
env:
36+
CIBW_BEFORE_BUILD: "pip install numpy cython"
3537
run: |
3638
python -m cibuildwheel --output-dir wheelhouse
3739

0 commit comments

Comments
 (0)