diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8abcb9a51..3bffc5910 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,6 +56,15 @@ jobs: - script: "pip install build git+https://github.com/rhelmot/auditwheel" - script: "cd src/api/python && python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.." - script: "pip install ./src/api/python/wheelhouse/*.whl && python -