glenn-jocher commited on
Commit
34cbd7f
·
unverified ·
1 Parent(s): ddb0ec3

Update ci-testing.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +0 -4
.github/workflows/ci-testing.yml CHANGED
@@ -54,10 +54,6 @@ jobs:
54
  python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
55
  mv ./coco128 ../
56
 
57
- - name: Download weights
58
- run: |
59
- bash weights/download_weights.sh
60
-
61
  - name: Tests workflow
62
  run: |
63
  export PYTHONPATH="$PWD" # to run *.py. files in subdirectories
 
54
  python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')"
55
  mv ./coco128 ../
56
 
 
 
 
 
57
  - name: Tests workflow
58
  run: |
59
  export PYTHONPATH="$PWD" # to run *.py. files in subdirectories