tests_for_datastore #63

Merged
brian merged 45 commits from tests_for_datastore into main 2024-12-21 17:31:14 +01:00
Showing only changes of commit 4e6499cee3 - Show all commits
+2 -2
View File
@@ -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