JirkaB commited on
Commit
4500b49
·
1 Parent(s): be55111
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +1 -1
.github/workflows/ci-testing.yml CHANGED
@@ -51,8 +51,8 @@ jobs:
51
 
52
  - name: Download data
53
  run: |
54
- cd ..
55
  python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
 
56
 
57
  - name: Download weights
58
  run: |
 
51
 
52
  - name: Download data
53
  run: |
 
54
  python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
55
+ mv ./coco128 ../
56
 
57
  - name: Download weights
58
  run: |