Skip to content

Commit

Permalink
[FIX] Add a scheduled workflow to automatically update the pixilock f…
Browse files Browse the repository at this point in the history
…ile (#9)

* Update `pixi` lockfile in CI

* Use uniquely named branches when opening PRs

* Install `pixi-diff-to-markdown` via `pixi`
  • Loading branch information
flferretti authored Aug 21, 2024
1 parent 1ec0794 commit 4379a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_pixi_lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Update pixi lockfile and generate diff
run: |
set -o pipefail
pixi update --json --no-install | pixi exec pixi-diff-to-markdown --explicit-column=true --hide=false > diff.md
pixi update --json --no-install | pixi exec pixi-diff-to-markdown --explicit-column --hide=false > diff.md
- name: Configure Git for LFS
run: |
Expand Down

0 comments on commit 4379a41

Please sign in to comment.