added check for poetry installation
Code Quality Pipeline / Check Code (pull_request) Failing after 3m16s

This commit is contained in:
brian
2025-03-06 21:34:14 +00:00
parent d4c9738db4
commit 31be0d7aac
+1
View File
@@ -23,6 +23,7 @@ jobs:
run: | run: |
curl -sSL https://install.python-poetry.org | python3 - curl -sSL https://install.python-poetry.org | python3 -
export PATH=$POETRY_HOME/bin:$PATH export PATH=$POETRY_HOME/bin:$PATH
poetry --version
- name: Install Dependencies - name: Install Dependencies
env: env:
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }} PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}