From b7f6c637c245a0ee5fb190be41a307d09dd8284f Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Tue, 23 Jun 2026 11:08:02 +0200 Subject: [PATCH] chore: disable exclude-newer cutoff in pixi for CI --- .github/workflows/basic.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index dcccf39dc73..9a800e353eb 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -191,6 +191,9 @@ jobs: rm pixi.toml.bak sed -i.bak '/solve-group = "gubbins"/d' pixi.toml rm pixi.toml.bak + # Disable exclude-newer cutoff entirely for CI + sed -i.bak '/exclude-newer/d' pixi.toml + rm pixi.toml.bak # Add annotations to github actions pixi add --pypi --feature diracx-core pytest-github-actions-annotate-failures # Add the current DIRAC clone to the pixi.toml