Remove actions/setup-python step and enable-cache option from CI workflow

This commit is contained in:
2025-11-04 22:20:02 +01:00
parent 8b505af889
commit b2d4ad5946

View File

@@ -18,16 +18,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.14"
- name: Install uv
id: setup-uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Install dependencies
run: uv sync --all-groups -U