add_pypi_proxy #42

Merged
brian merged 7 commits from add_pypi_proxy into main 2024-06-12 21:51:22 +02:00
Showing only changes of commit 3eb5f5e826 - Show all commits
+3
View File
@@ -17,6 +17,9 @@ jobs:
python-verison: "3.12"
architecture: "x64"
- name: Install Packages
env:
PIP_INDEX_URL: http://192.168.1.2:50001/index/
PIP_TRUSTED_HOST: 192.168.1.2
run: |
pip install poetry
poetry install