Skip to content

Commit

Permalink
add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed May 23, 2024
1 parent 42f8819 commit e24e49c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ jobs:
uses: pypa/cibuildwheel@v2.18.0
env:
CIBW_BUILD: "cp*"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
CIBW_ARCHS_LINUX: "x86_64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_ARCHS_MACOS: "native"
CIBW_ENVIRONMENT_MACOS: |
CIBW_ENVIRONMENT_MACOS: >
FC=gfortran-14
DOWNLOAD_LAPACK=OFF # Available by default in macOS
DOWNLOAD_LAPACK=OFF
DYLD_LIBRARY_PATH=/usr/local/Cellar/gcc/14.1.0/lib/gcc/current/:$DYLD_LIBRARY_PATH
CIBW_BEFORE_BUILD_MACOS: |
brew install hdf5 # needed for building tables
CIBW_BUILD_FRONTEND: "build"
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/tests"
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit e24e49c

Please sign in to comment.