try again with poetry
Code Quality Pipeline / Check Code (pull_request) Failing after 36s

This commit is contained in:
brian
2025-03-06 20:56:59 +00:00
parent ee304f1a75
commit 6840ac72f1
+2 -1
View File
@@ -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