updated to use env var from CI
Code Quality Pipeline / Check Code (pull_request) Failing after 2m49s

This commit is contained in:
brian
2024-12-20 23:46:23 +00:00
parent 7b3374d451
commit 7da3482366
+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://192.168.1.2:5001/index/ PIP_INDEX_URL: http://${{ env.DOCKER_REPO_URL }}/index/
PIP_TRUSTED_HOST: 192.168.1.2 PIP_TRUSTED_HOST: 192.168.1.2
run: | run: |
pip install poetry pip install poetry