Skip to content

Commit

Permalink
chore: Use pixi exec for autoupdating lockfiles (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Aug 31, 2024
1 parent a7cdf4e commit e594474
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- name: Update lockfiles
run: |
set -euo pipefail
pixi global install pixi-diff-to-markdown
pixi update --json --no-install | pixi-diff-to-markdown >> diff.md
pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md
- name: Create pull request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit e594474

Please sign in to comment.