Signed-off-by: lizz <lizz@sensetime.com>
This commit is contained in:
lizz 2021-04-05 19:46:07 +08:00
parent c15059aca8
commit 82740ede93

View File

@ -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