Skip to content

Commit 7beaf85

Browse files
committed
add BUILD_DEPENDS, TEST_DEPENDS
1 parent 649d848 commit 7beaf85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
pip install virtualenv
8585
- name: Build and Install Wheels
8686
run: |
87+
BUILD_DEPENDS="numpy cython setuptools"
88+
TEST_DEPENDS="numpy nose cython"
8789
source multibuild/common_utils.sh
8890
source multibuild/travis_steps.sh
8991
echo "------- BEFORE INSTALL --------"

0 commit comments

Comments
 (0)