We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c5bf0 commit fb7f48fCopy full SHA for fb7f48f
1 file changed
.github/workflows/template-check-version.yml
@@ -34,7 +34,12 @@ jobs:
34
run-install: true
35
post-cleanup: true
36
37
- - run: pixi add copier
+ # 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
43
44
- name: Run copier update
45
run: pixi run copier update --skip-answered --defaults
0 commit comments