We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cef366 commit 336e928Copy full SHA for 336e928
.github/workflows/pythonapp.yml
@@ -150,7 +150,7 @@ jobs:
150
- name: Install dependencies
151
run: sudo apt-get install -y libopenblas-dev liblapack-dev ninja-build
152
- name: Install Python dependencies
153
- run: pip install scikit-build-core[pyproject]
+ run: pip install nanobind!=2.10.0 scikit-build-core[pyproject]
154
- name: Install Basix
155
run: pip install --no-build-isolation .
156
0 commit comments