Files
Yamtrack/.github
David Davis ecd86524e4 Fix build-docs workflow: use concrete Python version (#1444)
The setup-uv action passes python-version through as UV_PYTHON, and uv
does not accept the '3.x' wildcard that actions/setup-python supports.
This caused 'uv sync' to fail with:

    error: No interpreter found for executable name `3.x` in managed
    installations or search path

Pin to '3.12' to match requires-python and the version used in
app-tests.yml.

Co-authored-by: David Davis <86290+daviddavis@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-05-17 15:18:38 +02:00
..
2026-05-17 14:58:53 +02:00