-
Notifications
You must be signed in to change notification settings - Fork 961
Updated libcudf-example conda package to preserve directories structure #19440
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
base: branch-25.10
Are you sure you want to change the base?
Updated libcudf-example conda package to preserve directories structure #19440
Conversation
Please provide a PR description. It will be used in commit log. "addressing XXX" or `closes XXX" showing up in commit log doesn't make any sense. |
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.
Also need to make changes to this file https://github.com/rapidsai/cudf/blob/branch-25.08/ci/run_cudf_examples.sh so that the examples may properly run in CI as well
@mhaseeb123 Thanks for the heads-up. I've updated the relevant CI script. |
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.
Looks good to me now
Looks like there are some merge conflicts. Let's resolve them and have the CI run on these :) |
…o-preserve-directories
…o-preserve-directories
/ok to test fac1a74 |
@Avinash-Raj Can you take a look at the style check failures? See https://github.com/rapidsai/cudf/blob/branch-25.10/CONTRIBUTING.md#code-formatting for help on using |
Thanks @bdice, this pull request is ready for further review. |
/ok to test 548bfe0 |
Description
Currently, the
libcudf-example
conda package installs all example files into a single directory, making it hard to identify which files belong to each example. This PR resolves the issue by organizing the files into respective subfolders.closes #19360
Checklist