Fix poetry path
This commit is contained in:
parent
4652e0e5f8
commit
87a7f91402
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@ build:
|
||||||
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- poetry install
|
- $HOME/.poetry/bin/poetry install
|
||||||
- poetry run build_static
|
- $HOME/.poetry/bin/poetry run build_static
|
||||||
- poetry run build
|
- $HOME/.poetry/bin/poetry run build
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "dist"
|
name: "dist"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue