Skip to content

Commit 95b6f14

Browse files
committed
ci: allow uv to resolve across trusted indexes
Signed-off-by: Dmitrii Cherkasov <dmitrii.cherkasov@oracle.com>
1 parent e46f936 commit 95b6f14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-env-setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ runs:
2323
sudo apt update
2424
sudo apt-get install libkrb5-dev graphviz
2525
uv pip install --system \
26+
--index-strategy unsafe-best-match \
2627
--extra-index-url https://download.pytorch.org/whl/cpu \
2728
-r ${{ inputs.requirements-file }}

0 commit comments

Comments
 (0)