You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read pip index URL from PIP_CONFIG_FILE in dependency-graph tests
UV_INDEX_URL is set in CI without credentials (uv stores them in its keyring),
so handing that URL to pip --index-url returns 401 and the test fails. The
authenticated URL lives in PIP_CONFIG_FILE's [global] index-url, which the
jfrog-auth action writes for pip. Read that file first; fall back to
PIP_INDEX_URL and the dev proxy.
Co-authored-by: Isaac
0 commit comments