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 e16355d commit 950766fCopy full SHA for 950766f
.github/workflows/build-wheels.yml
@@ -101,8 +101,8 @@ jobs:
101
pip install virtualenv
102
- name: Build and Install Wheels
103
run: |
104
- BUILD_DEPENDS="numpy==$NP_BUILD_DEP cython setuptools"
105
- TEST_DEPENDS="numpy==$NP_TEST_DEP nose cython"
+ BUILD_DEPENDS="$NP_BUILD_DEP cython setuptools"
+ TEST_DEPENDS="$NP_TEST_DEP nose cython"
106
source multibuild/common_utils.sh
107
source multibuild/travis_steps.sh
108
echo "------- BEFORE INSTALL --------"
0 commit comments