From 4500b49fa3ed92a11b662e630e2ea7f0c9a294fd Mon Sep 17 00:00:00 2001 From: Jirka Date: Thu, 16 Jul 2020 19:14:23 +0200 Subject: [PATCH] paths --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 5edbb1a..5d1618d 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -51,8 +51,8 @@ jobs: - name: Download data run: | - cd .. python -c "from utils.google_utils import * ; gdrive_download('1n_oKgR81BJtqk75b00eAjdv03qVCQn2f', 'coco128.zip')" + mv ./coco128 ../ - name: Download weights run: |