This commit is contained in:
@@ -26,9 +26,11 @@ jobs:
|
||||
poetry --version
|
||||
- name: Install Dependencies
|
||||
env:
|
||||
POETRY_HOME: /opt/poetry
|
||||
PIP_INDEX_URL: ${{ vars.PIP_INDEX_URL }}
|
||||
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
||||
run: |
|
||||
export PATH=$POETRY_HOME/bin:$PATH
|
||||
poetry install
|
||||
- name: PEP8 Check
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user