From ac5356cfa7c8330d85bbab3a8b2182fe12f33903 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 30 Mar 2025 13:43:49 +0100 Subject: [PATCH] Remove pip caching in CI It's not actually used. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3da1a7a..21aa3779 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,12 +61,6 @@ jobs: python-version: '3.13' architecture: ${{ matrix.target.architecture }} - - name: pip cache - uses: actions/cache@v4 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-maturin - - uses: actions/cache@v4 with: path: |