tests_for_datastore #63
@@ -17,8 +17,8 @@ jobs:
|
||||
architecture: "x64"
|
||||
- name: Install Packages
|
||||
env:
|
||||
PIP_INDEX_URL: http://${{ env.DOCKER_REPO_URL }}/index/
|
||||
PIP_TRUSTED_HOST: 192.168.1.2
|
||||
PIP_INDEX_URL: http://${{ vars.DOCKER_REPO_URL }}/index/
|
||||
PIP_TRUSTED_HOST: ${{ vars.PIP_TRUSTED_HOST }}
|
||||
run: |
|
||||
pip install poetry
|
||||
poetry install
|
||||
|
||||
Reference in New Issue
Block a user