ci: speed up backend CI with astral-sh/setup-uv and apt package caching (#42498)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-08-13 13:14:24 -07:00
committed by GitHub
co-authored by Claude Opus 4.8
parent 6211f9936b
commit 67bbe0ac17
4 changed files with 32 additions and 12 deletions
+4 -1
View File
@@ -45,7 +45,10 @@ jobs:
python-version: "3.11"
- name: Install uv
run: pip install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
python-version: "3.11"
enable-cache: true
- name: supersetbot bump-python -p "${{ github.event.inputs.package }}"
env: