[Enhancement] Replace mmcv1.2.7 by mmcv1.3.0 in test_install.py

pull/7/head
zhouzaida 2021-05-20 17:18:15 +08:00
parent 9a9fd9c099
commit a7ac3c6736
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ def test_mmcv_install():
result = runner.invoke(install, ['mmcv-full', '--yes'])
assert result.exit_code == 0
# mim install mmcv-full==1.2.7 --yes
result = runner.invoke(install, ['mmcv-full==1.2.7', '--yes'])
# mim install mmcv-full==1.3.0 --yes
result = runner.invoke(install, ['mmcv-full==1.3.0', '--yes'])
assert result.exit_code == 0
# mim uninstall mmcv-full --yes