-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support aiida-quantumespresso plugin to 4.5.0 #601
Conversation
For the #577 , we should wait until aiidateam/aiida-quantumespresso#1007 is merged. Also is covenient for #512 |
@unkcpz @superstar54 FYI this update is needed for This is a bit unfortunate, since you're going to have a hard breaking change in the next release --- older releases will only work on older images, while the new v2.5 image will only support the latest release. |
I think pinning to the minor version will do the trick, if the aiida-core in the docker stack < 2.5, the |
Hi @superstar54, can you check why the unit test failed? I don't understand why the |
Sounds reasonable, I did a couple of quick tests locally to verify different combinations work, e.g. uv pip install -e . aiida-core==2.5
uv pip install -e . aiida-core==2.4 pydantic~=1.0 # This one installes 4.4 version
uv pip install -e . aiida-core==2.4 |
Hmm, perhaps to prevent potential breakages in the future, you might want to do
|
No, I don't think this will solve the problem. We want our test pass for no matter which aiida-quantumespresso version is used. Ideally, we need in the qeapp to have test run on oldest and latest version of aiida-quantumespresso supported as well.
|
Blocked by #638 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #601 +/- ##
=======================================
Coverage 75.85% 75.85%
=======================================
Files 60 60
Lines 4312 4312
=======================================
Hits 3271 3271
Misses 1041 1041
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@danielhollas @unkcpz ready to go! |
Thanks @superstar54 for the work, but I try not too much optimistic. I bump the aiida-core version in CI to 2.5, hope it passed. Please also check the comment on #644, I think the workflow data-regression test can not simply being removed but should be moved (decoupled for the workchain only). |
Nice, tests still all passed after bump aiida-core version in CI matrix. Good to go! This is my PR so I can not approve. @danielhollas can you give it a final check that we didn't miss anything else. |
No description provided.