We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7f48f commit b32b9e3Copy full SHA for b32b9e3
1 file changed
.github/workflows/template-check-version.yml
@@ -33,6 +33,7 @@ jobs:
33
pixi-version: v0.44.0
34
run-install: true
35
post-cleanup: true
36
+ activate-environment: true
37
38
# Stash hides modifications to pixi.lock / pixi.toml caused by adding copier
39
- name: Setup copier
@@ -42,7 +43,7 @@ jobs:
42
43
git stash clear
44
45
- name: Run copier update
- run: pixi run copier update --skip-answered --defaults
46
+ run: copier update --skip-answered --defaults
47
48
- name: Wait a bit for copier cleanups
49
run: sleep 10s
0 commit comments