We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46f936 commit 95b6f14Copy full SHA for 95b6f14
.github/workflows/test-env-setup/action.yml
@@ -23,5 +23,6 @@ runs:
23
sudo apt update
24
sudo apt-get install libkrb5-dev graphviz
25
uv pip install --system \
26
+ --index-strategy unsafe-best-match \
27
--extra-index-url https://download.pytorch.org/whl/cpu \
28
-r ${{ inputs.requirements-file }}
0 commit comments