-
Notifications
You must be signed in to change notification settings - Fork 14
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
Move AIIDALAB_VERSION and AIIDALAB_HOME_VERSION to build.json #327
Conversation
Hi @danielhollas, as I proposed at #332, the test can be simplified without checking the |
Also removed their default in Dockerfile, same fix as done in #311 for AIIDA_VERSION to reduce duplication.
for more information, see https://pre-commit.ci
db7413e
to
c5b056c
Compare
Hi @unkcpz, this one is ready to go as well. I have bumped the aiidalab-home version and the version check now passes.
I have kept the tests as is for now, I think we need more discussion about which images to test. |
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.
@danielhollas Thanks! Looks all good, just bump the aiidalab
package version and I'll merge it.
@unkcpz thanks. I've bumped the version. I think once the build finishes we should test it locally before merging, and make sure the packages are indeed getting installed to |
Seems we need also release conda-fore of aiidalab, or we need to change the install method to pip. EDIT: I'll do it |
Ugh, right. I guess that's another strike against conda and plus for using pip to install aiidalab and aiida-core. |
Ugh, right. I guess that's another strike against conda and plus for using pip to install aiidalab and aiida-core. |
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.
Tested with installing AWB, all good! thanks @danielhollas
Also removed their defaults in Dockerfile, same fix as done in #311 for AIIDA_VERSION to reduce duplication.