Skip to content

Commit

Permalink
[WIP] Use matrix.arch for Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Sep 25, 2023
1 parent 81182e8 commit 4722745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

env:
CIBW_BEFORE_BUILD: pip install setuptools oldest-supported-numpy
CIBW_BUILD_VERBOSITY: 3
CIBW_BUILD_VERBOSITY: 1
CIBW_TEST_COMMAND: python -c "import sys, numexpr; sys.exit(0 if numexpr.test().wasSuccessful() else 1)"
#CIBW_TEST_SKIP: "*macosx*arm64*"
#CIBW_SKIP: "*musllinux*"
Expand All @@ -20,7 +20,7 @@ jobs:
contents: write
env:
CIBW_BUILD: ${{ matrix.cibw_build }}
#CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
CIBW_ARCHS_MACOS: "x86_64 arm64"
strategy:
matrix:
Expand Down

0 comments on commit 4722745

Please sign in to comment.