Skip to content

Commit 32e3092

Browse files
committed
pixi install local but in different location
1 parent 6b5a9f9 commit 32e3092

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/template-check-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727
2828
- uses: prefix-dev/setup-pixi@v0.8.8
2929
with:
30-
cache: false
30+
cache: true
3131
pixi-bin-path: ${{ runner.temp }}/bin/pixi
3232
pixi-version: v0.44.0
33-
run-install: false
33+
run-install: true
3434
post-cleanup: true
3535

3636
- name: Add copier
37-
run: pixi global install copier
37+
run: pixi add copier
3838

3939
- name: Run copier update
4040
run: copier update --skip-answered --defaults

0 commit comments

Comments
 (0)