updated to recommended CI install method
Code Quality Pipeline / Check Code (pull_request) Failing after 23s
Code Quality Pipeline / Check Code (pull_request) Failing after 23s
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
|
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
|
||||||
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
||||||
run: |
|
run: |
|
||||||
pip install poetry
|
pipx install poetry==1.8.3
|
||||||
poetry install
|
poetry install
|
||||||
- name: PEP8 Check
|
- name: PEP8 Check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user