File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9393 - name : Setup Special Environment variables for aarch64
9494 if : startsWith(matrix.platform,'aarch64')
9595 run : |
96- echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_arm64v8 )" >> $GITHUB_ENV
96+ echo "DOCKER_TEST_IMAGE=$(echo multibuild/focal_arm64v8 )" >> $GITHUB_ENV
9797 - name : Print some Environment variable
9898 run : |
9999 echo "TRAVIS_BRANCH: ${TRAVIS_BRANCH}"
@@ -110,8 +110,8 @@ jobs:
110110 pip install virtualenv
111111 - name : Build and Install Wheels
112112 run : |
113- BUILD_DEPENDS="cython $NP_DEP"
114- TEST_DEPENDS="pytest pytest-cov $NP_DEP "
113+ BUILD_DEPENDS="$NP_DEP cython "
114+ TEST_DEPENDS="$NP_DEP pytest pytest-cov"
115115 source multibuild/common_utils.sh
116116 source multibuild/travis_steps.sh
117117 echo "------- BEFORE INSTALL --------"
You can’t perform that action at this time.
0 commit comments