From b2d4ad59468f39f18ab4acd2c44cd7cd82e335ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 4 Nov 2025 22:20:02 +0100 Subject: [PATCH] Remove actions/setup-python step and enable-cache option from CI workflow --- .github/workflows/main.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b01fb4..49730bb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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