Skip to content

Commit 55c5bf0

Browse files
committed
Move back to pixi
1 parent 32e3092 commit 55c5bf0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,19 @@ jobs:
2525
git config --global user.name Copier update
2626
git config --global user.email check@dummy.bot.com
2727
28-
- uses: prefix-dev/setup-pixi@v0.8.8
28+
- name: Setup pixi
29+
uses: prefix-dev/setup-pixi@v0.8.8
2930
with:
3031
cache: true
3132
pixi-bin-path: ${{ runner.temp }}/bin/pixi
3233
pixi-version: v0.44.0
3334
run-install: true
3435
post-cleanup: true
3536

36-
- name: Add copier
37-
run: pixi add copier
37+
- run: pixi add copier
3838

3939
- name: Run copier update
40-
run: copier update --skip-answered --defaults
40+
run: pixi run copier update --skip-answered --defaults
4141

4242
- name: Wait a bit for copier cleanups
4343
run: sleep 10s

0 commit comments

Comments
 (0)