Skip to content

Commit

Permalink
skip failed MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-haoze committed Aug 22, 2024
1 parent 85c963c commit 01f281a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test = [
"onnx>=1.15.0,<2",
"onnxruntime>=1.12.0,<2",
"pytest>=7.2.1,<8",
"pytest-cov>=4.0.0,<5"
"pytest-cov>=4.0.0,<5",
]

[project.scripts]
Expand Down Expand Up @@ -51,7 +51,9 @@ skip = [
# 2023-04-16: pybind11 does not support PyPy
"pp*",
# 2023-04-16: skip building musllinux wheels
"*musllinux*"
"*musllinux*",
# 2024-8-22: have to skip building macox arm64
"cp38-macosx_arm64"
]
before-test = ["python {package}/setup.py build_ext --inplace"]
test-command = "pytest {package}/maraboupy/test"
Expand Down

0 comments on commit 01f281a

Please sign in to comment.