We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c162301 commit 9fd16feCopy full SHA for 9fd16fe
1 file changed
.github/workflows/build-wheels.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Setup Special Environment variables for aarch64
94
if: startsWith(matrix.platform,'aarch64')
95
run: |
96
- echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_arm64v8)" >> $GITHUB_ENV
+ echo "DOCKER_TEST_IMAGE=$(echo multibuild/focal_arm64v8)" >> $GITHUB_ENV
97
- name: Print some Environment variable
98
99
echo "TRAVIS_BRANCH: ${TRAVIS_BRANCH}"
@@ -110,8 +110,8 @@ jobs:
110
pip install virtualenv
111
- name: Build and Install Wheels
112
113
- BUILD_DEPENDS="cython $NP_DEP"
114
- TEST_DEPENDS="pytest pytest-cov $NP_DEP"
+ BUILD_DEPENDS="$NP_DEP cython"
+ TEST_DEPENDS="$NP_DEP pytest pytest-cov"
115
source multibuild/common_utils.sh
116
source multibuild/travis_steps.sh
117
echo "------- BEFORE INSTALL --------"
0 commit comments