Skip to content

Commit

Permalink
run install-deps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Domiii committed Dec 8, 2024
1 parent 7f2f1de commit 301a8f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openhands/resolver/resolve_issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ def init_replay(replay_dir: str | Path) -> None:
origin = repo.remote('origin')
origin.pull()

# Execute the dependencies installation script
install_script = replay_dir / 'replayapi' / 'scripts' / 'install-deps.sh'
subprocess.run([str(install_script)], check=True)


async def process_issue(
issue: GithubIssue,
Expand Down

0 comments on commit 301a8f2

Please sign in to comment.