Skip to content

Commit a263dd9

Browse files
committed
Remove cpp tests and use venv for building package
1 parent ff67f11 commit a263dd9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,10 @@ jobs:
3737
- name: Install CPP dependencies
3838
run: |
3939
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
4740
- name: Build CPP-PY Bindings
4841
run: |
42+
source venv/bin/activate
4943
pip install src/cpp/py_bindings
50-
- name: Run CPP Test
51-
run: |
52-
build/test_accuracy -d data -p tests/python/accuracy/public_scope.json
5344
- name: Run CPP-PY Bindings Test
5445
run: |
5546
source venv/bin/activate

0 commit comments

Comments
 (0)