update windows ci

This commit is contained in:
linyiqi 2022-02-23 15:23:24 +08:00
parent a12e7614d3
commit 5150b7e7a5

View File

@ -247,6 +247,8 @@ jobs:
- name: Install MMCV
run: |
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.8/index.html --only-binary mmcv-full
- name: Install MMCLS and MMDET
run: pip install mmcls mmdet
- name: Install unittest dependencies
run: pip install -r requirements/tests.txt -r requirements/optional.txt
- name: Build and install