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 3263674 commit 7972294Copy full SHA for 7972294
.github/workflows/test_accuracy.yml
@@ -40,9 +40,10 @@ jobs:
40
sudo bash src/cpp/install_dependencies.sh
41
- name: Build CPP Test
42
run: |
43
- source venv/bin/activate
44
mkdir build && cd build
45
- cmake ../tests/cpp/accuracy/ -DPython_ROOT_DIR=$(python -c "import sys; print(sys.prefix)")
+ pip install nanobind==2.4.0
+ pip install typing_extensions==4.12.2
46
+ cmake ../tests/cpp/accuracy/
47
make -j
48
- name: Run CPP Test
49
0 commit comments