new 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:
@@ -20,7 +20,7 @@ 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 }}
|
||||||
run: |
|
run: |
|
||||||
pipx install poetry==1.8.3
|
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -
|
||||||
poetry install
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user