Files
Gitea/.github/actions/python-setup/action.yml
T
2026-08-24 17:05:31 +00:00

11 lines
297 B
YAML

name: python-setup
description: Set up uv and python and restore the uv cache
runs:
using: composite
steps:
- uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
with:
python-version: 3.14
save-cache: ${{ github.workflow == 'cache-seeder' }}