From 9fd16fec540cbf9247900b9535d62aaa5ac6c640 Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Wed, 29 Jun 2022 19:45:21 -0600 Subject: [PATCH] update --- .github/workflows/build-wheels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 9473670..31464c1 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -93,7 +93,7 @@ jobs: - name: Setup Special Environment variables for aarch64 if: startsWith(matrix.platform,'aarch64') run: | - echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_arm64v8)" >> $GITHUB_ENV + echo "DOCKER_TEST_IMAGE=$(echo multibuild/focal_arm64v8)" >> $GITHUB_ENV - name: Print some Environment variable run: | echo "TRAVIS_BRANCH: ${TRAVIS_BRANCH}" @@ -110,8 +110,8 @@ jobs: pip install virtualenv - name: Build and Install Wheels run: | - BUILD_DEPENDS="cython $NP_DEP" - TEST_DEPENDS="pytest pytest-cov $NP_DEP" + BUILD_DEPENDS="$NP_DEP cython" + TEST_DEPENDS="$NP_DEP pytest pytest-cov" source multibuild/common_utils.sh source multibuild/travis_steps.sh echo "------- BEFORE INSTALL --------"