Skip to content

Commit 238935a

Browse files
authored
Update ci-testing.yml
Uncomment download section
1 parent 50447b1 commit 238935a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-testing.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656

5757
- name: Download data
5858
run: |
59-
# curl -L -o tmp.zip https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip
60-
# unzip -q tmp.zip -d ../
61-
# rm tmp.zip
59+
curl -L -o tmp.zip https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip
60+
unzip -q tmp.zip -d ../
61+
rm tmp.zip
6262
6363
- name: Tests workflow
6464
run: |
65-
# export PYTHONPATH="$PWD" # to run '$ python *.py' files in subdirectories
65+
export PYTHONPATH="$PWD" # to run '$ python *.py' files in subdirectories
6666
di=cpu # inference devices # define device
6767
6868
# train

0 commit comments

Comments
 (0)