poetry disappeared
Code Quality Pipeline / Check Code (pull_request) Failing after 40s

This commit is contained in:
brian
2025-03-06 22:11:11 +00:00
parent ac21c7a111
commit 68bfff87a7
+2
View File
@@ -26,9 +26,11 @@ jobs:
poetry --version poetry --version
- name: Install Dependencies - name: Install Dependencies
env: env:
POETRY_HOME: /opt/poetry
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: |
export PATH=$POETRY_HOME/bin:$PATH
poetry install poetry install
- name: PEP8 Check - name: PEP8 Check
run: | run: |