Skip to content

Commit 950766f

Browse files
committed
fix typo
1 parent e16355d commit 950766f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ jobs:
101101
pip install virtualenv
102102
- name: Build and Install Wheels
103103
run: |
104-
BUILD_DEPENDS="numpy==$NP_BUILD_DEP cython setuptools"
105-
TEST_DEPENDS="numpy==$NP_TEST_DEP nose cython"
104+
BUILD_DEPENDS="$NP_BUILD_DEP cython setuptools"
105+
TEST_DEPENDS="$NP_TEST_DEP nose cython"
106106
source multibuild/common_utils.sh
107107
source multibuild/travis_steps.sh
108108
echo "------- BEFORE INSTALL --------"

0 commit comments

Comments
 (0)