-
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
CI: Test direct installation via conda. #5029
Conversation
This shows that aiida-core cannot be installed into a Python 3.9 environment, see the test-install log:
This is caused by aio-pika package which is constrained to
This is odd, because the package is no-arch as of 6.7.1 which would be compatible with our constraint. Installing aio-pika in isolation works flawlessly:
and will install version 6.8. |
Codecov Report
@@ Coverage Diff @@
## develop #5029 +/- ##
===========================================
+ Coverage 80.23% 80.23% +0.01%
===========================================
Files 515 515
Lines 36757 36757
===========================================
+ Hits 29489 29490 +1
+ Misses 7268 7267 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I'm tracking the current failure to install with conda in combination with |
could this be related to conda-forge/aiida-core-feedstock#41 ? |
Instead of just testing whether we can install into the environment defined by environment.yaml.
4ccdfc1
to
9e220e4
Compare
Thanks, for me it would be ok to test this here but as mentioned if this breaks it will need fixes in a different repo. Also, if I understand correctly, the test would fail now - do you still want to merge this? |
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.
ah ok, I see it just installs python3.8
ok for me
Instead of just testing whether we can install into the environment
defined by environment.yaml.