Skip to content

Commit e1de07e

Browse files
committed
Delete dead code in workflows
1 parent 18691dc commit e1de07e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test_accuracy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ 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
3837
- name: Install CPP dependencies
3938
run: |
4039
sudo bash src/cpp/install_dependencies.sh
@@ -48,4 +47,3 @@ jobs:
4847
- name: Run CPP Test
4948
run: |
5049
build/test_accuracy -d data -p tests/python/accuracy/public_scope.json
51-
# DATA=data build/test_YOLOv8

0 commit comments

Comments
 (0)