-
Notifications
You must be signed in to change notification settings - Fork 208
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
Bump wrapt version to 1.14 fix conda install issue for py310 #5698
Conversation
There is also an issue with the conda install CI test, it passed but actually, it failed. https://github.com/aiidateam/aiida-core/actions/runs/3231971798/jobs/5305795322 I guess it resolve the version but can not find the correct one and fallback to old version. |
Do I need to update the |
Normally this is done automatically by the |
It seems it need write permission for this
|
As github/codeql-action#464 (comment) suggested. Maybe change setting to:
|
2959484
to
881b9cc
Compare
Okay, I make some tests by playing around the |
By the way @unkcpz why is this update in dependency for |
We use
But you are right,
So it is not the issue of |
wrapt
conda forge don't have py3.10 support for the wrapt=1.11.Bump it to
1.14
so can be installed by conda with python 3.10.