Skip to content

Commit

Permalink
No —-no-install for autoupdate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Sep 1, 2024
1 parent 7d409eb commit 03dffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lockfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Update lockfiles
run: |
set -euo pipefail
pixi update --json --no-install | pixi exec pixi-diff-to-markdown >> diff.md
pixi update --json | 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 03dffb3

Please sign in to comment.