Skip to content

Commit 23c0eee

Browse files
authored
Skip tests for manylinug_aarch64 builds (#348)
As we see small floating point rounding discrepancies in lwtnn on this platform
1 parent 5df11df commit 23c0eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ write_to = "src/correctionlib/version.py"
151151
skip = ["cp3{9,10}*-win_arm64"]
152152
test-groups = ["test"]
153153
test-command = "python -m pytest {package}/tests"
154-
test-skip = ["*-musllinux_*", "cp3{10,11,12}-win32", "cp*-win_arm64"]
154+
test-skip = ["*-musllinux_*", "cp3{10,11,12}-win32", "cp*-win_arm64", "cp*-manylinux_aarch64"]
155155

156156
[tool.cibuildwheel.environment]
157157
# this makes sure that we build only on platforms that have a corresponding numpy wheel

0 commit comments

Comments
 (0)