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