Skip to content

Commit

Permalink
Remove --no-install as incompatible with PyPI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Aug 21, 2024
1 parent fd16655 commit ec00306
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 --hide=false > diff.md
pixi update --json | pixi exec pixi-diff-to-markdown --explicit-column --hide=false > diff.md
- name: Configure Git for LFS
run: |
Expand Down

0 comments on commit ec00306

Please sign in to comment.