From 16c45ac84fe3cf8f15bf8e7aee8ebf71626fc147 Mon Sep 17 00:00:00 2001 From: "fatih c. akyon" <34196005+fcakyon@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:41:17 +0300 Subject: [PATCH] fix ci actions (#1073) --- .github/workflows/ci.yml | 2 +- .github/workflows/package_testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3214e57..070c6860 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: run: pip install torch==1.13.1 torchvision==0.14.1 - name: Install MMDetection(3.0.0) with MMCV(2.0.0) - run: > + run: | pip install mmengine==0.7.3 pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html pip install mmdet==3.0.0 diff --git a/.github/workflows/package_testing.yml b/.github/workflows/package_testing.yml index 58f6c9b5..24873fd3 100644 --- a/.github/workflows/package_testing.yml +++ b/.github/workflows/package_testing.yml @@ -63,7 +63,7 @@ jobs: run: pip install torch==1.13.1 torchvision==0.14.1 - name: Install MMDetection(3.0.0) with MMCV(2.0.0) - run: > + run: | pip install mmengine==0.7.3 pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13.0/index.html pip install mmdet==3.0.0