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 af9a404
Showing 1 changed file with 2 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

0 comments on commit af9a404

Please sign in to comment.