diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 180ad7437..6368afdb4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,15 +56,6 @@ 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 -