-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: respect frozen/locked inputs for pixi list #94
Conversation
But I can see this being relevant for We should add a deprecation warning for Line 85 in 92e1dd3
|
oops misclicked |
Yes I understand the difference between that and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
The linter (pnpm lint
) is still failing. Can you take care of that?
Also, can you update this test to use 0.14.0?
setup-pixi/.github/workflows/test.yml
Line 184 in 92e1dd3
pixi-url: https://github.com/prefix-dev/pixi/releases/download/v0.13.0/pixi-x86_64-unknown-linux-musl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wpbonelli! I'll release this fix together with #95 later.
This action runs the following sequnce
pixi install ...
pixi info ...
pixi list ...
Running
pixi list
without--frozen
or--locked
will try to update dependencies and lockfile. I think these options need to be passed through topixi list
to keep the environment established by a locked or frozen install from changing.