[Fix]Fix mmcv version 2.0.0rc3 for win test (#2531)

as title
pull/2538/head
Miao Zheng 2023-01-30 13:49:54 +08:00 committed by GitHub
parent d1c0a3efd4
commit 981f3a488e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ jobs:
python -V
pip install -U openmim
pip install git+https://github.com/open-mmlab/mmengine.git
mim install 'mmcv>=2.0.0rc3'
mim install 'mmcv==2.0.0rc3'
pip install git+https://github.com/open-mmlab/mmclassification.git@dev-1.x
mim install 'mmdet==3.0.0rc5'
- name: Install unittest dependencies