Skip to content

Commit

Permalink
Add workaround for rattler cobbler issue and remove scheduled pixi au…
Browse files Browse the repository at this point in the history
…to update
  • Loading branch information
traversaro authored Dec 1, 2024
1 parent 87d1222 commit c92ad93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pixi-auto-update-ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Pixi auto update

on:
# At 00:00 of every first day of the month
schedule:
- cron: "0 0 1 * *"
# on demand
workflow_dispatch:

Expand All @@ -20,6 +17,8 @@ jobs:
- name: Update pixi lock file
run: |
rm pixi.lock
# Workaround for https://github.com/conda/rattler/issues/751
rm -rf .pixi
pixi install
- uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit c92ad93

Please sign in to comment.