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