mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Remove pip caching in CI
It's not actually used.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user