We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649d848 commit 7beaf85Copy full SHA for 7beaf85
.github/workflows/build-wheels.yml
@@ -84,6 +84,8 @@ jobs:
84
pip install virtualenv
85
- name: Build and Install Wheels
86
run: |
87
+ BUILD_DEPENDS="numpy cython setuptools"
88
+ TEST_DEPENDS="numpy nose cython"
89
source multibuild/common_utils.sh
90
source multibuild/travis_steps.sh
91
echo "------- BEFORE INSTALL --------"
0 commit comments