CI: install build deps with uv python interpreter

This commit is contained in:
Andy Lee
2025-09-24 01:19:19 -07:00
parent a090a3444a
commit f9746d3fe2

View File

@@ -156,11 +156,12 @@ jobs:
- name: Install build dependencies
run: |
uv pip install --system scikit-build-core numpy swig Cython pybind11
uv python install ${{ matrix.python }}
uv pip install --python ${{ matrix.python }} scikit-build-core numpy swig Cython pybind11
if [[ "$RUNNER_OS" == "Linux" ]]; then
uv pip install --system auditwheel
uv pip install --python ${{ matrix.python }} auditwheel
else
uv pip install --system delocate
uv pip install --python ${{ matrix.python }} delocate
fi
- name: Set macOS environment variables