Skip to content

Commit 6447a6d

Browse files
committed
[MNT] Update github action
1 parent e230307 commit 6447a6d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: python -m cibuildwheel --output-dir wheelhouse
2727
env:
2828
CIBW_BUILD: "cp36-manylinux_x86_64 cp37-manylinux_x86_64 cp38-manylinux_x86_64 cp36-win_amd64 cp37-win_amd64 cp38-win_amd64"
29+
CIBW_BEFORE_BUILD: "pip install setuptools wheel numpy scipy Cython"
2930
- name: Store artifacts
3031
uses: actions/upload-artifact@v2
3132
with:

pyproject.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)