From c92ad9357665ee0f3741580497ca48a15f81d383 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Sun, 1 Dec 2024 17:23:29 +0100 Subject: [PATCH] Add workaround for rattler cobbler issue and remove scheduled pixi auto update --- .github/workflows/pixi-auto-update-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pixi-auto-update-ci.yml b/.github/workflows/pixi-auto-update-ci.yml index 319afa3..9d8ce41 100644 --- a/.github/workflows/pixi-auto-update-ci.yml +++ b/.github/workflows/pixi-auto-update-ci.yml @@ -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: @@ -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: