updated to recommended CI install method
Code Quality Pipeline / Check Code (pull_request) Failing after 23s

This commit is contained in:
brian
2025-03-06 20:19:52 +00:00
parent 88a20c4b0b
commit 10ce0d9124
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
run: |
pip install poetry
pipx install poetry==1.8.3
poetry install
- name: PEP8 Check
run: |