Fix poetry path
This commit is contained in:
parent
00fe147b8d
commit
bbd022b843
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
|
||||
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue