Skip to content

Commit

Permalink
Update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskermode authored Oct 12, 2022
1 parent 78f64d4 commit 3adb37e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_SKIP: cp27-* cp35-* cp36-* cp311-* pp*
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_BEFORE_BUILD: "pip install oldest-supported-numpy"
CIBW_TEST_COMMAND: "cd {project}/tests; pip install -r ../requirements.txt; pytest"
CIBW_TEST_SKIP: "*"
Expand Down

0 comments on commit 3adb37e

Please sign in to comment.