Skip to content

Commit 0d33da4

Browse files
committed
peach build winpython#15 bugfix
1 parent 7941fd9 commit 0d33da4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_workflows_build-dot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: try install requirements as hashed-requirements
7373
shell: pwsh
7474
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"
75+
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"
7676
7777
- name: List dotpython contents (for debugging)
7878
shell: pwsh

0 commit comments

Comments
 (0)