Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading