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:
Graham Neubig
2024-04-06 12:38:12 -04:00
committed by GitHub
parent 49f3665a99
commit 8f097f8643
2 changed files with 10 additions and 2 deletions

View File

@@ -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