Skip to content

Commit

Permalink
Update ci-testing.yml (ultralytics#637)
Browse files Browse the repository at this point in the history
* Update ci-testing.yml

* Update ci-testing.yml
  • Loading branch information
glenn-jocher authored Aug 5, 2020
1 parent 728efa6 commit b8f3b1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ jobs:

- name: Download data
run: |
python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
mv ./coco128 ../
curl -L -o temp.zip https://github.com/ultralytics/yolov5/releases/download/v1.0/coco128.zip
unzip -q temp.zip -d ../
rm temp.zip
- name: Tests workflow
run: |
Expand Down

0 comments on commit b8f3b1b

Please sign in to comment.