Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
jacky committed Dec 20, 2022
1 parent 11122f0 commit 5fc56b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- run:
name: Install mmrazor dependencies
command: |
pip uninstall -y numpy
pip install git+https://github.com/open-mmlab/mmengine.git@main
pip install -U openmim
mim install 'mmcv >= 2.0.0rc1'
Expand Down Expand Up @@ -115,7 +114,6 @@ jobs:
- run:
name: Install mmrazor dependencies
command: |
docker exec mmrazor pip uninstall -y numpy
docker exec mmrazor pip install -e /mmengine
docker exec mmrazor pip install -U openmim
docker exec mmrazor mim install 'mmcv >= 2.0.0rc1'
Expand Down

0 comments on commit 5fc56b6

Please sign in to comment.