Skip to content

Commit c99e59e

Browse files
committed
clang-tidy
1 parent 336e928 commit c99e59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
sudo apt-get update
2828
sudo apt-get install clang-tidy ninja-build libopenblas-dev liblapack-dev
29-
pip install nanobind scikit-build-core[pyproject]
29+
pip install nanobind!=2.10.0 scikit-build-core[pyproject]
3030
- name: Run clang-tidy (C++)
3131
working-directory: cpp
3232
run: |

0 commit comments

Comments
 (0)