yet another attempt at installing poetry
Code Quality Pipeline / Check Code (pull_request) Failing after 23s
Code Quality Pipeline / Check Code (pull_request) Failing after 23s
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
|||||||
POETRY_HOME: /etc/poetry
|
POETRY_HOME: /etc/poetry
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
|
export PATH=$POETRY_HOME/bin:$PATH
|
||||||
poetry install
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user