This commit is contained in:
@@ -20,8 +20,11 @@ jobs:
|
|||||||
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
|
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
|
||||||
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
||||||
POETRY_VERSION: 1.8.3
|
POETRY_VERSION: 1.8.3
|
||||||
|
POETRY_HOME: /opt/poetry
|
||||||
|
POETRY_NO_INTERACTION: 1
|
||||||
run: |
|
run: |
|
||||||
pipx install poetry==$POETRY_VERSION
|
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