From 670d4ff287c1b51cd2bcb536b009f468c11bc235 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Thu, 16 Jul 2020 13:44:02 -0700 Subject: [PATCH] Update ci-testing.yml --- .github/workflows/ci-testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 13100bc..1a5ea58 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -41,6 +41,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -q numpy # for cocoapi proper install pip install -qr requirements.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html pip install -q onnx python --version