llama-stack-mirror/.github/actions/setup-runner
Ashwin Bharambe e0bb7529ed
Some checks failed
Integration Auth Tests / test-matrix (oauth2_token) (push) Failing after 1s
SqlStore Integration Tests / test-postgres (3.13) (push) Failing after 1s
Integration Tests (Replay) / Integration Tests (, , , client=, ) (push) Failing after 4s
Pre-commit / pre-commit (push) Failing after 4s
SqlStore Integration Tests / test-postgres (3.12) (push) Failing after 8s
Vector IO Integration Tests / test-matrix (push) Failing after 6s
Unit Tests / unit-tests (3.13) (push) Failing after 5s
Unit Tests / unit-tests (3.12) (push) Failing after 15s
fix: only set UV_INDEX_STRATEGY when UV_EXTRA_INDEX_URL is present (#4017)
Cherry-pick of bc12fe6c4 to release-0.3.x

Fixes GitHub Actions workflows failing with UV index strategy errors
when testing on RC tags and non-release branches.

The issue was that UV_INDEX_STRATEGY was being set to an empty string in
the environment, causing UV to fail with "error: a value is required for
'--index-strategy'".

The fix removes UV_INDEX_STRATEGY from the env block and only sets it to
'unsafe-best-match' when UV_EXTRA_INDEX_URL is actually present.
2025-10-31 16:22:01 -07:00
..
action.yml fix: only set UV_INDEX_STRATEGY when UV_EXTRA_INDEX_URL is present (#4017) 2025-10-31 16:22:01 -07:00