-
Notifications
You must be signed in to change notification settings - Fork 67
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 aiida-sssp-workflow plugin #278
Conversation
|
@AhmedBasem20 , the new section in action - very nice |
Yes, very nice! But since the container uses |
Why is the container not up to date? |
Two issues. First the |
Just did a close look at why it takes so long for the new docker stack, the time to start the container is not too much but with the new version of aiida-core where python 3.8 was deprecated, lots of plugins just can not installed and takes very long to search for correct dependencies. Thus I think it makes sense to accept the test install time is long and I increase the CI timeout to 180 in #280. Let's go and discuss it there (and I'll merge this after #280). |
this is rather worrying to me... does this indicate it would be a good idea to delay this deprecation? |
But this is already happened. I thought it won't be a problem but now I realize that if people check the aiida-registry page, it will give a false impression that a plugin cannot be used which does not support py3.9 yet but all fine in python3.8+aiida-core<2.4.0. I'll compare and see how many plugins encounter such problems and see if we need to worry about it in here or |
I realize another catch in terms of docker stack. The install test can actually override the |
I suspect that most plugins will work fine with Python 3.9, but some may have outdated requirements on the python version.
That is correct and I agree the aiida-core version should be pinned. |
1b42871
to
d2889c8
Compare
Superseded by #299 |
No description provided.