Skip to content

Commit fb7f48f

Browse files
committed
Add pixi stash
1 parent 55c5bf0 commit fb7f48f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
run-install: true
3535
post-cleanup: true
3636

37-
- run: pixi add copier
37+
# Stash hides modifications to pixi.lock / pixi.toml caused by adding copier
38+
- name: Setup copier
39+
run: |
40+
pixi add copier
41+
git stash
42+
git stash clear
3843
3944
- name: Run copier update
4045
run: pixi run copier update --skip-answered --defaults

0 commit comments

Comments
 (0)