Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jun 30, 2022
1 parent c162301 commit 9fd16fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand All @@ -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 --------"
Expand Down

0 comments on commit 9fd16fe

Please sign in to comment.