-
Notifications
You must be signed in to change notification settings - Fork 373
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
Use same pixi version on all of CI (0.20.0) #6088
Conversation
My local pixi is "0.19.0"
Deployed 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.
huh so those got missed on a recent update round?
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.
This is going to happen again and again. We should use a GHA variable for this: https://github.com/rerun-io/rerun/settings/variables/actions
Nope, I seem to get a different pixi.lock than everyone else, because the CI hates my new pixi.lock |
The one challenge with this is that it can't be updated atomically as part of a PR in conjunction with with pixi.toml / pixi.lock. There may be future pixi versions that require this change so there will be a bit of an annoying dance to maneuver when that happens. Could be worth seeing if there is a way to always seed global environment variables from a single config file at the root of the repo. |
that's an alias @jleibs introduced yesterday. but why is it not found Oo. |
Sounds like a fun journey for another day |
Checklist
To run all checks from
main
, comment on the PR with@rerun-bot full-check
.