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 ff67f11 commit a263dd9Copy full SHA for a263dd9
.github/workflows/test_accuracy.yml
@@ -37,19 +37,10 @@ jobs:
37
- name: Install CPP dependencies
38
run: |
39
sudo bash src/cpp/install_dependencies.sh
40
- - name: Build CPP Test
41
- run: |
42
- mkdir build && cd build
43
- pip install nanobind==2.4.0
44
- pip install typing_extensions==4.12.2
45
- cmake ../tests/cpp/accuracy/
46
- make -j
47
- name: Build CPP-PY Bindings
48
+ source venv/bin/activate
49
pip install src/cpp/py_bindings
50
- - name: Run CPP Test
51
52
- build/test_accuracy -d data -p tests/python/accuracy/public_scope.json
53
- name: Run CPP-PY Bindings Test
54
55
source venv/bin/activate
0 commit comments