mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Make poetry install manual and provide user with install instructions (#818)
* Add install instructions for poetry * Update ci * Move poetry before docker pull * Added link
This commit is contained in:
1
.github/workflows/build_run-tests.yml
vendored
1
.github/workflows/build_run-tests.yml
vendored
@@ -13,5 +13,6 @@ jobs:
|
||||
python-version: '3.11'
|
||||
- name: Run tests
|
||||
run: |
|
||||
curl -sSL https://install.python-poetry.org | python3 -
|
||||
make build
|
||||
poetry run pytest ./tests
|
||||
Reference in New Issue
Block a user