CI: install build deps with uv python interpreter
This commit is contained in:
7
.github/workflows/build-reusable.yml
vendored
7
.github/workflows/build-reusable.yml
vendored
@@ -156,11 +156,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
run: |
|
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
|
if [[ "$RUNNER_OS" == "Linux" ]]; then
|
||||||
uv pip install --system auditwheel
|
uv pip install --python ${{ matrix.python }} auditwheel
|
||||||
else
|
else
|
||||||
uv pip install --system delocate
|
uv pip install --python ${{ matrix.python }} delocate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Set macOS environment variables
|
- name: Set macOS environment variables
|
||||||
|
|||||||
Reference in New Issue
Block a user