Skip to content

Commit

Permalink
Test macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
metab0t committed Feb 20, 2024
1 parent 746144e commit 00b74c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
env:
# Select wheels
CIBW_BUILD: "*-manylinux_x86_64 *-win_amd64 *-macosx_x86_64 *-macosx_arm64"
CIBW_SKIP: "cp36-* cp37-* pp*"
CIBW_SKIP: "cp36-* cp37-* pp* cp38-macosx_arm64"
CIBW_ARCHS: "native"
# use manylinux2014
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
Expand All @@ -82,7 +82,10 @@ jobs:
ls -l $MOSEK_10_1_BINDIR &&
echo "HiGHS_HOME=${HiGHS_HOME}" &&
ls -l $HiGHS_HOME
CIBW_ENVIRONMENT_MACOS: >
MACOSX_DEPLOYMENT_TARGET=10.14
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ""
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
CIBW_TEST_COMMAND: "python -c \"import pyoptinterface as poi; print(dir(poi))\""
with:
package-dir: .
Expand Down

0 comments on commit 00b74c9

Please sign in to comment.