Remove pip caching in CI

It's not actually used.
This commit is contained in:
Oliver Hamlet
2025-03-30 15:39:09 +01:00
parent 422ed8cce3
commit ac5356cfa7
-6
View File
@@ -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: |