Skip to content

Commit

Permalink
Install xcode before macos testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 6, 2025
1 parent 9050107 commit d037eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86_64
CIBW_TEST_EXTRAS_LINUX: applications,test
CIBW_TEST_COMMAND_LINUX: py.test -s -vvv --pyargs arcae
# Ensure libc++.1.dylib is installed
CIBW_BEFORE_TEST_MACOS: xcode-select --install
CIBW_TEST_COMMAND_MACOS: python -c "from arcae.testing import sanity; sanity()"
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
auditwheel repair
Expand Down

0 comments on commit d037eb2

Please sign in to comment.