From ff8f81d417d6ee0cc3ad6b61b9855a1cbd33fe62 Mon Sep 17 00:00:00 2001 From: Markus Werle Date: Fri, 17 Oct 2025 23:26:50 +0200 Subject: [PATCH] Remove pip caching from Python setup Removed pip caching from Python setup in GitHub Actions. --- .github/workflows/calendar-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/calendar-release.yml b/.github/workflows/calendar-release.yml index a13ecc8..f7fdb99 100644 --- a/.github/workflows/calendar-release.yml +++ b/.github/workflows/calendar-release.yml @@ -21,7 +21,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' - cache: 'pip' - name: Install Python dependencies run: |