From 0218fb75a220a728e90768bba3ed247038f47712 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Wed, 2 Jul 2025 07:58:58 -0700 Subject: [PATCH] fixup pipleline to support testing packaging --- azure-pipelines.yml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) 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 -