From 82740ede93eb0a852a91a1e0653d1294e473e17c Mon Sep 17 00:00:00 2001 From: lizz Date: Mon, 5 Apr 2021 19:46:07 +0800 Subject: [PATCH] fix Signed-off-by: lizz --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab13fec0..7a60d49a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,8 +59,8 @@ jobs: run: pip install mmcv-full==1.3.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch${{matrix.torch}}/index.html - name: Install MMDet run: pip install git+https://github.com/open-mmlab/mmdetection/ - - name: Install unittest dependencies - run: pip install -r requirements/tests.txt + - name: Install other dependencies + run: pip install -r requirements.txt - name: Build and install run: rm -rf .eggs && pip install -e . - name: Run unittests and generate coverage report