yet another attempt at installing poetry
Code Quality Pipeline / Check Code (pull_request) Failing after 23s

This commit is contained in:
brian
2025-03-06 20:36:42 +00:00
parent 4827a3f7dd
commit ee304f1a75
+1
View File
@@ -23,6 +23,7 @@ jobs:
POETRY_HOME: /etc/poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH=$POETRY_HOME/bin:$PATH
poetry install
- name: PEP8 Check
run: |