Skip to content

Commit

Permalink
use mim to install mmdet in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Louis committed Feb 14, 2023
1 parent e5da06d commit be51a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
- name: Install MMDet
run: pip install git+https://github.com/open-mmlab/[email protected]
run: mim install git+https://github.com/open-mmlab/[email protected]
- name: Install other dependencies
run: |
pip install -r requirements/tests.txt
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
- name: Install MMDet
run: pip install git+https://github.com/open-mmlab/[email protected]
run: mim install git+https://github.com/open-mmlab/[email protected]
- name: Install other dependencies
run: |
pip install -r requirements/tests.txt
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
pip install git+https://github.com/open-mmlab/mmengine.git@main
pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
pip install git+https://github.com/open-mmlab/[email protected]
mim install git+https://github.com/open-mmlab/[email protected]
pip install -r requirements/tests.txt
pip install -r requirements/albu.txt
pip install -r requirements/poseval.txt
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
python -m pip install git+https://github.com/open-mmlab/mmengine.git@main
python -m pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
python -m pip install git+https://github.com/open-mmlab/[email protected]
mim install git+https://github.com/open-mmlab/[email protected]
python -m pip install -r requirements/tests.txt
python -m pip install -r requirements/albu.txt
python -m pip install -r requirements/poseval.txt
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_stage_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
- name: Install MMDet
run: pip install git+https://github.com/open-mmlab/[email protected]
run: mim install git+https://github.com/open-mmlab/[email protected]
- name: Install other dependencies
run: |
pip install -r requirements/tests.txt
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
pip install git+https://github.com/open-mmlab/mmengine.git@main
pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
pip install git+https://github.com/open-mmlab/[email protected]
mim install git+https://github.com/open-mmlab/[email protected]
pip install -r requirements/tests.txt
pip install -r requirements/albu.txt
pip install -r requirements/poseval.txt
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python -m pip install git+https://github.com/open-mmlab/mmengine.git@main
python -m pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
python -m pip install git+https://github.com/open-mmlab/[email protected]
mim install git+https://github.com/open-mmlab/[email protected]
python -m pip install -r requirements/tests.txt
python -m pip install -r requirements/albu.txt
python -m pip install -r requirements/poseval.txt
Expand Down

0 comments on commit be51a33

Please sign in to comment.