Skip to content

Commit 7829746

Browse files
committed
Disable cpp yolo tests as well
1 parent 75ffbf8 commit 7829746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
source venv/bin/activate
3636
pytest --data=./data tests/python/accuracy/test_accuracy.py
37-
# DATA=data pytest --data=./data tests/python/accuracy/test_YOLOv8.py
37+
# DATA=data pytest --data=./data tests/python/accuracy/test_YOLOv8.py # checkpoints are not available sometimes
3838
- name: Install CPP dependencies
3939
run: |
4040
sudo bash src/cpp/install_dependencies.sh
@@ -48,7 +48,7 @@ jobs:
4848
- name: Run CPP Test
4949
run: |
5050
build/test_accuracy -d data -p tests/python/accuracy/public_scope.json
51-
DATA=data build/test_YOLOv8
51+
# DATA=data build/test_YOLOv8 # checkpoints are not available sometimes
5252
- name: Run CPP-PY Bindings Test
5353
run: |
5454
source venv/bin/activate

0 commit comments

Comments
 (0)