Move pip install to python deps

This commit is contained in:
Cheng
2025-07-30 17:39:09 +09:00
parent ad69a87050
commit a5f2ce1275

View File

@@ -134,6 +134,9 @@ jobs:
command: |
HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1 \
brew install openmpi uv
- run:
name: Install Python package
command: |
uv venv --python 3.9
uv pip install \
nanobind==2.4.0 \
@@ -142,9 +145,6 @@ jobs:
torch \
tensorflow \
unittest-xml-reporting
- run:
name: Install Python package
command: |
DEBUG=1 CMAKE_ARGS="-DCMAKE_COMPILE_WARNING_AS_ERROR=ON" \
uv pip install -e . -v
- run: