-
Notifications
You must be signed in to change notification settings - Fork 154
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
Use conda to build python packages during GPU tests #517
Use conda to build python packages during GPU tests #517
Conversation
487a4fb
to
1a3e599
Compare
rerun tests |
1a3e599
to
9bcb67c
Compare
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
9bcb67c
to
aa6d66d
Compare
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.
python approval
Oops, I realized I'm not the python code owner yet 😅 |
You are now. |
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.
Python approval (there's no Python code. :) )
@gpucibot merge |
This PR convert the
from sources
build we are doing in GPU test job to aconda build
. This is done for the following reasons:conda
compilers andmamba
to build RAPIDS packagesThis may increase the global pipeline time, but the usage of
mamba
should resolve this asmamba
is faster thanconda
to build packages