-
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
Add support for --locked and --frozen #21
Conversation
You're quick! Wouldn't you want it to fail if the lock file is outdated as default? |
I personally would prefer a working CI even though the lockfiles are not up-to-date (i mean everything is working after all, it's just not at up to date 😅). If we use IMO dependabot or renovate should update the lockfile instead every week or so 🤷🏻 |
Ah I think you have a different idea of an out of date lockfile. If you specify Only when you specify a |
Ah, I see! Maybe we should write down this notion in the pixi docs 😅 |
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.
Awesome!
setup-pixi
uses--locked
by default now. This breaks setup-pixi forpixi<0.5.0
. To still usepixi<0.5.0
, you need to specifylocked: false
.