Skip to content

Commit

Permalink
Add missing space (#167)
Browse files Browse the repository at this point in the history
* Fix issue #158: 'Error: resolver imports openhands from working directory, not library'

* Blank out pythonpath

* Make alternate pythonpath

* Add missing space

---------

Co-authored-by: openhands <[email protected]>
  • Loading branch information
neubig and openhands-agent authored Oct 9, 2024
1 parent 91caa6a commit c0acd82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openhands-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,11 @@ jobs:
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
PYTHONPATH: ""
run: |
<<<<<<< HEAD
PYTHONPATH="" python -m openhands_resolver.resolve_issues \
=======
PYTHONPATH=""python -m openhands_resolver.resolve_issues \
>>>>>>> 91caa6a852de90ca97ea7e8c999e334b1d012a0a
--repo ${{ github.repository }} \
--issue-numbers ${{ env.ISSUE_NUMBER }}

Expand Down

0 comments on commit c0acd82

Please sign in to comment.