Skip to content

Commit

Permalink
Install pixi-diff-to-markdown via pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Aug 21, 2024
1 parent 55cc388 commit 7da31bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update_pixi_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ jobs:
run-install: false

- name: Install pixi-diff-to-markdown
run: pip install pixi-diff-to-markdown
run: pixi global install pixi-diff-to-markdown

- name: Update pixi lockfile and generate diff
run: |
set -o pipefail
pixi update --json --no-install
pixi-diff-to-markdown --explicit-column=true --hide=false > diff.md
pixi update --json --no-install | pixi exec pixi-diff-to-markdown --explicit-column=true --hide=false > diff.md
- name: Configure Git for LFS
run: |
Expand Down

0 comments on commit 7da31bc

Please sign in to comment.