Skip to content

Commit 0e1d909

Browse files
committed
without lockfile we cannot cache
1 parent a81260e commit 0e1d909

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818

1919
- name: Setup pixi
2020
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
21-
with:
22-
cache: true
2321

2422
- name: Run tests with coverage
2523
run: >

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
persist-credentials: false
2020
- name: Setup pixi
2121
uses: prefix-dev/setup-pixi@a0af7a228712d6121d37aba47adf55c1332c9c2e # v0.9.4
22-
with:
23-
cache: true
2422

2523
- name: Tests
2624
run: >

0 commit comments

Comments
 (0)