haiku.rag/.github/workflows
Yiorgis Gozadinos 04ad3823b9
Cover the lazy config init and restore the uv cache in CI
get_config() builds its instance on first use, so the branch was covered
only when a worker happened to call it before set_config(). Under xdist that
depends on how cases shard across workers, which varies with the core count:
covered locally, uncovered on the two-core runner. Assert it directly.

setup-uv v4 bundles a cache client the GitHub cache service now rejects with
400, so the uv cache never restored and every wheel was redownloaded. Bump
to v9 across all four workflows (build-docs was already drifting at v5).

setup-python read requires-python (">=3.12") and installed 3.14, which uv
then ignored in favour of .python-version (3.13) and downloaded itself.
Point it at .python-version so the interpreter it installs is the one used.
2026-07-27 13:35:50 +03:00
..
build-docs.yml Cover the lazy config init and restore the uv cache in CI 2026-07-27 13:35:50 +03:00
build-publish-slim.yml Cover the lazy config init and restore the uv cache in CI 2026-07-27 13:35:50 +03:00
build-publish.yml Cover the lazy config init and restore the uv cache in CI 2026-07-27 13:35:50 +03:00
docker-publish-slim.yml Drop broken type=gha cache from Docker slim publish 2026-07-03 20:32:51 +03:00
publish-mcp.yml Harden MCP publisher install and bump action versions 2026-06-24 19:38:50 +03:00
test.yml Cover the lazy config init and restore the uv cache in CI 2026-07-27 13:35:50 +03:00