Skip to content

Commit

Permalink
Use pixi update to update lockfile (#1622)
Browse files Browse the repository at this point in the history
Fixes #1501
  • Loading branch information
visr authored Jul 15, 2024
1 parent 08c6856 commit eadc057
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pixi_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
pixi-version: "latest"
cache: false
- name: Update pixi lock file
run: |
rm pixi.lock
pixi install
run: pixi update
- uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit eadc057

Please sign in to comment.