next attempt
Code Quality Pipeline / Check Code (pull_request) Failing after 9s

This commit is contained in:
brian
2025-03-06 21:02:17 +00:00
parent 6840ac72f1
commit 9e66981d3e
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
POETRY_HOME: /etc/poetry
run: |
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry
$POETRY_HOME/bin/pip install poetry==$POETRY_VERSION
export PATH=$POETRY_HOME/bin:$PATH
poetry install
- name: PEP8 Check