From 145e1f0e84280f490aea35859b02eb13bd3cad97 Mon Sep 17 00:00:00 2001 From: YuanLiuuuuuu <3463423099@qq.com> Date: Fri, 3 Feb 2023 11:32:55 +0800 Subject: [PATCH] [Fix]: Delete install wheel --- .circleci/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/test.yml b/.circleci/test.yml index 1f7db21b7..ace3c5950 100644 --- a/.circleci/test.yml +++ b/.circleci/test.yml @@ -60,7 +60,7 @@ jobs: name: Install MMSelfSup dependencies command: | pip install git+https://github.com/open-mmlab/mmengine.git@main - pip install -U openmim wheel + pip install -U openmim mim install 'mmcv>=2.0.0rc1' mim install 'mmdet>=3.0.0rc0' mim install 'mmsegmentation>=1.0.0rc0'