Skip to content

Commit 3cef366

Browse files
committed
Drop explicit nanobind install
1 parent c7be056 commit 3cef366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
- name: Install dependencies
151151
run: sudo apt-get install -y libopenblas-dev liblapack-dev ninja-build
152152
- name: Install Python dependencies
153-
run: pip install nanobind scikit-build-core[pyproject]
153+
run: pip install scikit-build-core[pyproject]
154154
- name: Install Basix
155155
run: pip install --no-build-isolation .
156156

0 commit comments

Comments
 (0)