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 336e928 commit c99e59eCopy full SHA for c99e59e
.github/workflows/clang-tidy.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
sudo apt-get update
28
sudo apt-get install clang-tidy ninja-build libopenblas-dev liblapack-dev
29
- pip install nanobind scikit-build-core[pyproject]
+ pip install nanobind!=2.10.0 scikit-build-core[pyproject]
30
- name: Run clang-tidy (C++)
31
working-directory: cpp
32
0 commit comments