Skip to content

Commit

Permalink
[Fix]Fix mmcv version 2.0.0rc3 for win test (#2531)
Browse files Browse the repository at this point in the history
as title
  • Loading branch information
MeowZheng committed Jan 30, 2023
1 parent d1c0a3e commit 981f3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
mim install 'mmdet==3.0.0rc5'
- name: Install unittest dependencies
Expand Down

0 comments on commit 981f3a4

Please sign in to comment.