next try
Code Quality Pipeline / Check Code (pull_request) Failing after 24s

This commit is contained in:
brian
2025-03-06 21:16:06 +00:00
parent d9bd5be46d
commit 29bf41c7da
+1 -4
View File
@@ -20,11 +20,8 @@ jobs:
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
POETRY_VERSION: 1.8.3
POETRY_HOME: /etc/poetry
POETRY_NO_INTERACTION: 1
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH=$POETRY_HOME/bin:$PATH
pipx install poetry==$POETRY_VERSION
poetry install
- name: PEP8 Check
run: |