added check for poetry installation
Code Quality Pipeline / Check Code (pull_request) Failing after 3m16s
Code Quality Pipeline / Check Code (pull_request) Failing after 3m16s
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user