Skip to content

Commit 16c45ac

Browse files
authored
fix ci actions (#1073)
1 parent 9113f38 commit 16c45ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: pip install torch==1.13.1 torchvision==0.14.1
8686

8787
- name: Install MMDetection(3.0.0) with MMCV(2.0.0)
88-
run: >
88+
run: |
8989
pip install mmengine==0.7.3
9090
pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
9191
pip install mmdet==3.0.0

.github/workflows/package_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: pip install torch==1.13.1 torchvision==0.14.1
6464

6565
- name: Install MMDetection(3.0.0) with MMCV(2.0.0)
66-
run: >
66+
run: |
6767
pip install mmengine==0.7.3
6868
pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html
6969
pip install mmdet==3.0.0

0 commit comments

Comments
 (0)