Update ci-testing.yml
Browse files
.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
|