Skip to content

Commit e44ef57

Browse files
committed
skip test on cross-compiled macos x86_64 wheels
1 parent 4963929 commit e44ef57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
# macOS: build both Intel and Apple Silicon
2828
CIBW_ARCHS_MACOS: "x86_64 arm64"
2929
CIBW_ARCHS_LINUX: "x86_64"
30-
# Build dependencies (pybind11 is needed at compile time)
3130
CIBW_BUILD_FRONTEND: "pip"
3231
# Test the built wheel
3332
CIBW_TEST_COMMAND: "python -c \"import SpatialQueryEliasFanoDB; print('C++ extension OK')\""
33+
# Skip testing cross-compiled wheels (x86_64 on arm64 macOS runner)
34+
CIBW_TEST_SKIP: "*-macosx_x86_64"
3435

3536
- uses: actions/upload-artifact@v4
3637
with:

0 commit comments

Comments
 (0)