again
Code Quality Pipeline / Check Code (pull_request) Failing after 23s

This commit is contained in:
brian
2025-03-06 21:04:24 +00:00
parent 9e66981d3e
commit c2a2c34967
+1 -2
View File
@@ -22,8 +22,7 @@ jobs:
POETRY_VERSION: 1.8.3 POETRY_VERSION: 1.8.3
POETRY_HOME: /etc/poetry POETRY_HOME: /etc/poetry
run: | run: |
python3 -m venv $POETRY_HOME curl -sSL https://install.python-poetry.org | python3 -
$POETRY_HOME/bin/pip install poetry==$POETRY_VERSION
export PATH=$POETRY_HOME/bin:$PATH export PATH=$POETRY_HOME/bin:$PATH
poetry install poetry install
- name: PEP8 Check - name: PEP8 Check