Fetch nanobind with cmake (#2949)

This commit is contained in:
Cheng
2025-12-24 10:23:45 +09:00
committed by GitHub
parent 1d21d0e696
commit 26dfe4f651
10 changed files with 63 additions and 75 deletions
+1 -6
View File
@@ -98,13 +98,8 @@ jobs:
shell: bash -l {0}
run: |
pip install --upgrade pip
pip install cmake setuptools nanobind==2.10.2
pip install cmake setuptools typing_extensions
pip install -e . -v
- name: Generate package stubs
shell: bash -l {0}
run: |
pip install typing_extensions
python setup.py generate_stubs
- name: Build macOS 14 package
uses: ./.github/actions/build-macos-release
with: