diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 0de2d3ed6..8198d3437 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -180,6 +180,15 @@ stages: - script: "pip install build git+https://github.com/rhelmot/auditwheel" # @TODO remove when patches make it upstream - 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 -