Skip to content

Commit dc45a8f

Browse files
committed
Updated the build verification.
1 parent f659115 commit dc45a8f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
numpy==2.2.5
22
torch==2.7.0 --index-url https://download.pytorch.org/whl/cu128
33
pytest==8.3.5
4-
ninja==1.11.1.4
4+
ninja==1.11.1.4
5+
nanobind==2.10.2
6+
scikit-build-core==0.11.6

.github/workflows/verify_extension_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
pytest tests/import_test.py -k test_import
3737
38-
- name: Install dependencies to test JAX extension build
38+
- name: Test JAX extension build
3939
run: |
4040
pip install "jax[cuda12]"
4141
pip install -e ./openequivariance[jax]

0 commit comments

Comments
 (0)