Fix poetry path

This commit is contained in:
Joel Collins 2020-05-15 17:19:58 +01:00
parent 4652e0e5f8
commit 87a7f91402

View file

@ -22,9 +22,9 @@ build:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
script:
- poetry install
- poetry run build_static
- poetry run build
- $HOME/.poetry/bin/poetry install
- $HOME/.poetry/bin/poetry run build_static
- $HOME/.poetry/bin/poetry run build
artifacts:
name: "dist"