This commit is contained in:
@@ -22,7 +22,8 @@ jobs:
|
|||||||
POETRY_VERSION: 1.8.3
|
POETRY_VERSION: 1.8.3
|
||||||
POETRY_HOME: /etc/poetry
|
POETRY_HOME: /etc/poetry
|
||||||
run: |
|
run: |
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
python3 -m venv $POETRY_HOME
|
||||||
|
$POETRY_HOME/bin/pip install poetry
|
||||||
export PATH=$POETRY_HOME/bin:$PATH
|
export PATH=$POETRY_HOME/bin:$PATH
|
||||||
poetry install
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
|
|||||||
Reference in New Issue
Block a user