Skip to content

Commit 58ebddb

Browse files
committed
Try without cache
1 parent f18116b commit 58ebddb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/step_pre-commit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
uses: prefix-dev/setup-pixi@v0.9.1
1919
with:
2020
pixi-version: v0.59.0
21-
cache: true
22-
cache-key: pixi-${{ hashFiles('pixi.lock') }}
21+
cache: false
2322

2423
- name: Pre-commit checks
2524
run: |

0 commit comments

Comments
 (0)