-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix nightly tests #142
Fix nightly tests #142
Conversation
Ah, the issue is within the DGL install itself -- even skipping any pytorch installations still triggers the graphbolt error. Edit: may have something to do with DGL stopping providing new nightly windows and Mac versions at the URL being used? We may have to build from source. |
Building DGL from source on Ubuntu seems to consistently fail with Python 3.10. |
Ok, this fixes dev CI (run manually) and also some actual code. |
This PR contains attempts to fix #120 (nightly CI)
PR Checklist