mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 12:43:39 +09:00
11 lines
297 B
YAML
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@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
|
|
with:
|
|
python-version: 3.14
|
|
save-cache: ${{ github.workflow == 'cache-seeder' }}
|