Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Dec 22, 2023
1 parent 530459c commit 992e5a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/prepare_reg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def prepare_codebases(codebases):
f'https://github.com/open-mmlab/{full_name}.git '
f'{target_dir} '
])
else:
run_cmd([f'cd {target_dir} &&', f'git pull origin {branch}'])
run_cmd([
'python -m mim install ',
f'-r {target_dir}/requirements/mminstall.txt ',
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
python -m pip install opencv-python==4.5.4.60 opencv-python-headless==4.5.4.60 opencv-contrib-python==4.5.4.60
python .github/scripts/prepare_reg_test.py --torch-version ${{ matrix.torch_version }} --codebases ${{ matrix.codebase}}
python -m pip install -r requirements.txt
python -m pip install --upgrade rich
python -m pip list
- name: Install mmdeploy with sdk
run: |
Expand Down

0 comments on commit 992e5a2

Please sign in to comment.