Skip to content

Commit 4b73569

Browse files
[CI] Fix CI on cuda env (#1905)
* fix ci * remove spconv in optional.txt
1 parent 4243ff6 commit 4b73569

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.circleci/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
name: Install mmdet3d dependencies
106106
command: |
107107
docker exec mmdet3d pip install -e /mmengine
108-
docker exec pip install -U openmim
109-
docker exec mim install 'mmcv >= 2.0.0rc1'
108+
docker exec mmdet3d pip install -U openmim
109+
docker exec mmdet3d mim install 'mmcv >= 2.0.0rc1'
110110
docker exec mmdet3d pip install -e /mmdetection
111111
docker exec mmdet3d pip install -r requirements.txt
112112
- run:

requirements/optional.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
black==20.8b1 # be compatible with typing-extensions 3.7.4
2-
spconv
32
typing-extensions==3.7.4 # required by tensorflow<=2.6
43
waymo-open-dataset-tf-2-6-0 # requires python>=3.7

0 commit comments

Comments
 (0)