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 18691dc commit e1de07eCopy full SHA for e1de07e
.github/workflows/test_accuracy.yml
@@ -34,7 +34,6 @@ jobs:
34
run: |
35
source venv/bin/activate
36
pytest --data=./data tests/python/accuracy/test_accuracy.py
37
- # DATA=data pytest --data=./data tests/python/accuracy/test_YOLOv8.py
38
- name: Install CPP dependencies
39
40
sudo bash src/cpp/install_dependencies.sh
@@ -48,4 +47,3 @@ jobs:
48
47
- name: Run CPP Test
49
50
build/test_accuracy -d data -p tests/python/accuracy/public_scope.json
51
- # DATA=data build/test_YOLOv8
0 commit comments