next attempt at installing poetry
Code Quality Pipeline / Check Code (pull_request) Failing after 39s

This commit is contained in:
brian
2025-03-06 20:26:56 +00:00
parent d92051f5c4
commit 4827a3f7dd
+3 -1
View File
@@ -19,8 +19,10 @@ jobs:
env:
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
POETRY_VERSION: 1.8.3
POETRY_HOME: /etc/poetry
run: |
curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -
curl -sSL https://install.python-poetry.org | python3 -
poetry install
- name: PEP8 Check
run: |