-
Notifications
You must be signed in to change notification settings - Fork 217
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
Switch from mamba to uv #5082
Switch from mamba to uv #5082
Conversation
PyPIConGPU test fails, might have something to do with this setting Line 184 in 89b9640
|
@chillenzer I stopped the CI because this must be fixed |
5a78688
to
f37390c
Compare
Thanks for pointing this out. As far as I can see it, the syntax |
Because when we built the PyPIConGPU CI Python 3.12 wasn't out yet |
I stopped the CI again because of errors https://gitlab.com/hzdr/crp/picongpu/-/jobs/7785698774 |
picongpu/share/ci/pypicongpu_generator.py Line 327 in 817b9eb
is adding |
f37390c
to
24ed293
Compare
Nasty. I have now also run |
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.
minor comment correction
@@ -27,20 +27,14 @@ cd $CI_PROJECT_DIR | |||
# use miniconda as python environment |
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.
comment is now outdated
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.
Good catch. I'll remove it once the CI passed such that we can merge without another CI run.
It looks like it is not as simple as it sounds to switch the package manager for python. |
Apparently, IT has fixed the problem with PS: The failing CI probably just needs a renaming |
For future reference, Simeon recommended to switch to tox to simplify the PyPIConGPU generator, since tox apparently provides a native way to fix software versions for CI tests. |
#5077 seems to have been insufficient.