Skip to content

Commit 7e99fc7

Browse files
committed
don't cache, pixi is quick enough without it
1 parent ddfda5b commit 7e99fc7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci-additional.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: setup environment
3232
uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # 0.8.14
3333
with:
34-
cache: true
3534
environments: "doctests"
3635

3736
- name: import pint-xarray

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
- name: setup environment
6464
uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # 0.8.14
6565
with:
66-
cache: true
6766
environments: "${{ matrix.env }}"
6867

6968
- name: import pint-xarray

0 commit comments

Comments
 (0)