Skip to content

chore: adapt to pixi lock v7#916

Merged
chaen merged 1 commit into
DIRACGrid:mainfrom
aldbr:pixi-lock-v7
May 13, 2026
Merged

chore: adapt to pixi lock v7#916
chaen merged 1 commit into
DIRACGrid:mainfrom
aldbr:pixi-lock-v7

Conversation

@aldbr
Copy link
Copy Markdown
Contributor

@aldbr aldbr commented May 13, 2026

Closes DIRACGrid/DIRAC#8533

DIRAC CI is not working after a pixi update to 0.68.0 introducing pixi lock v7.
Removing diracx-testing dependency on itself seems to solve the issue from what I can see in my local environment.
See:

$ rm pixi.lock
$ pixi lock
...
$ pixi install -e diracx-core --locked
Error:   × lock-file not up-to-date with the workspace

After removing diracx-testing from diracx-testing:

$ rm pixi.lock
$ pixi lock
...
$ pixi install -e diracx-core --locked
✔ The diracx-core environment has been installed.

@aldbr aldbr requested a review from chaen May 13, 2026 06:07
@read-the-docs-community
Copy link
Copy Markdown

@chaen chaen merged commit 0c5fe86 into DIRACGrid:main May 13, 2026
29 checks passed
marianne013 pushed a commit to marianne013/diracx that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: pixi 0.68.0 issue

2 participants