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 93
93
- name : Setup Special Environment variables for aarch64
94
94
if : startsWith(matrix.platform,'aarch64')
95
95
run : |
96
- echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_arm64v8 )" >> $GITHUB_ENV
96
+ echo "DOCKER_TEST_IMAGE=$(echo multibuild/focal_arm64v8 )" >> $GITHUB_ENV
97
97
- name : Print some Environment variable
98
98
run : |
99
99
echo "TRAVIS_BRANCH: ${TRAVIS_BRANCH}"
@@ -110,8 +110,8 @@ jobs:
110
110
pip install virtualenv
111
111
- name : Build and Install Wheels
112
112
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"
115
115
source multibuild/common_utils.sh
116
116
source multibuild/travis_steps.sh
117
117
echo "------- BEFORE INSTALL --------"
You can’t perform that action at this time.
0 commit comments