We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7941fd9 commit 0d33da4Copy full SHA for 0d33da4
.github/workflows/github_workflows_build-dot.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: try install requirements as hashed-requirements
73
shell: pwsh
74
run: |
75
- WPy64-31351b3\python\python.exe -m pip install --dest dotpython\wheelHouse --no-deps --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
+ WPy64-31351b3\python\python.exe -m pip install --no-deps --no-index --trusted-host=None --find-links=dotpython\wheelhouse --require-hashes -r "winpython\portable\cycle_2025_04\requir.64-3_13_5_1dotb3.txt"
76
77
- name: List dotpython contents (for debugging)
78
0 commit comments