From 5c976766b23c76d97b5b395851047b68376d6230 Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Wed, 1 Dec 2021 21:43:13 +0100 Subject: [PATCH] add pycocotools to torchvision CI requirements --- .github/workflows/domain_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/domain_ci.yml b/.github/workflows/domain_ci.yml index d33eac62c..8044977af 100644 --- a/.github/workflows/domain_ci.yml +++ b/.github/workflows/domain_ci.yml @@ -41,7 +41,7 @@ jobs: run: python setup.py install - name: Install test requirements - run: pip install pytest pytest-mock scipy iopath + run: pip install pytest pytest-mock scipy iopath pycocotools - name: Extract torchvision ref id: torchvision