-
Notifications
You must be signed in to change notification settings - Fork 11
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 notebook tests, build.sh args #62
Conversation
This reverts commit c27268e.
…rge version number
# from the 'cugraph-gnn' repo and stop publishing them from | ||
# the 'cugraph' / 'wholegraph' repos | ||
#version=$(rapids-generate-version) | ||
version="24.12.00a1000" |
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.
This (and other hard-coded 24.12.00a1000
) is the weirdest part of this PR.
They're here to ensure that testing CI jobs are getting the packages built from this repo. Because there have been more 24.12 commits over in https://github.com/rapidsai/cugraph, I observed test jobs pulling in nightlies from rapidsai-nightly
instead of the ones downloaded from S3, which was a cause of errors and accidental successes.
Setting this ridiculous number is safe because no packages are being published to any conda channels or the nightly PyPI index from this repo yet.
/merge |
Closes #53
This pulls over the remaining changes from that PR... thought that was easier than fixing the merge conflicts between that and recent PRs.
build.sh
changes from Add CI for cuGraph-GNN #53 (mostly for interactive development)cugraph-pyg
andcugraph-dgl
tests inconda-python-tests
(missed in add PR CI for cugraph-pyg and cugraph-dgl #59)Notes for Reviewers
I left other comments explaining these changes inline.