Skip to content

Commit 084c9de

Browse files
committed
update lock
1 parent 88f9c1c commit 084c9de

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: prefix-dev/[email protected]
1313
with:
1414
environments: static
15-
cache: false
15+
cache: true
1616

1717
- name: Re-install local
1818
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
environments: >-
2222
dev
2323
nogil
24-
cache: false
24+
cache: true
2525

2626
- name: Re-install local
2727
run: |

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: prefix-dev/[email protected]
1212
with:
1313
environments: dev
14-
cache: false
14+
cache: true
1515
- name: Re-install local
1616
run: |
1717
pixi reinstall -e dev --frozen fastcan

pixi.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)