Skip to content

Commit b32b9e3

Browse files
committed
pixi activate environment
1 parent fb7f48f commit b32b9e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
pixi-version: v0.44.0
3434
run-install: true
3535
post-cleanup: true
36+
activate-environment: true
3637

3738
# Stash hides modifications to pixi.lock / pixi.toml caused by adding copier
3839
- name: Setup copier
@@ -42,7 +43,7 @@ jobs:
4243
git stash clear
4344
4445
- name: Run copier update
45-
run: pixi run copier update --skip-answered --defaults
46+
run: copier update --skip-answered --defaults
4647

4748
- name: Wait a bit for copier cleanups
4849
run: sleep 10s

0 commit comments

Comments
 (0)