updated variable name for clarity
Code Quality Pipeline / Check Code (pull_request) Failing after 2m21s

This commit is contained in:
brian
2024-12-21 16:09:23 +00:00
parent 06d9753c46
commit a430366bbe
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
architecture: "x64" architecture: "x64"
- name: Install Packages - name: Install Packages
env: env:
PIP_INDEX_URL: http://${{ vars.DOCKER_REPO_URL }}/index/ 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 pip install poetry