Skip to content
Snippets Groups Projects
Commit 71e08ca8 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Skip abi3audit in CI

parent 710dd658
No related branches found
No related tags found
1 merge request!1Build for each Python version rather than using limited API
Pipeline #164493 passed
......@@ -23,8 +23,9 @@ test:
script:
- $PYTHON -m build
- auditwheel repair dist/*.whl
- venv/bin/pip install pytest abi3audit
- venv/bin/abi3audit -vs wheelhouse/*.whl
# Re-enable abi3audit when we go back to the stable ABI (dropping support for Py 3.10)
- venv/bin/pip install pytest #abi3audit
#- venv/bin/abi3audit -vs wheelhouse/*.whl
- venv/bin/pip install wheelhouse/*.whl
- venv/bin/pytest
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment