Skip to content

Commit 9fd16fe

Browse files
author
Jeff Whitaker
committed
update
1 parent c162301 commit 9fd16fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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 --------"

0 commit comments

Comments
 (0)