Skip to content

Commit

Permalink
ci(pixi): don't remove pixi.lock before auto updating (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Mar 3, 2025
1 parent e1eba47 commit 6e2dfde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Update pixi lock file
run: |
rm pixi.lock
pixi global install pixi-diff-to-markdown
printf "Update pixi dependencies to the latest version\n\n" >> diff.md
pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md
Expand Down

0 comments on commit 6e2dfde

Please # to comment.