We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdd36f commit d16e2f3Copy full SHA for d16e2f3
pyproject.toml
@@ -14,6 +14,8 @@ before-all = "sh build.sh"
14
test-command = "pytest"
15
test-sources = ["test"]
16
before-test = "pip install -r {project}/requirements-test.txt"
17
+# Will avoid testing on emulated architectures (specifically ppc64le)
18
+test-skip = "*-*linux_ppc64le"
19
20
[tool.cibuildwheel.linux]
21
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib64 auditwheel repair -w {dest_dir} {wheel}"
0 commit comments