-
Notifications
You must be signed in to change notification settings - Fork 245
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
cudf-udf integration test against python3.9 [skip ci] #8233
Conversation
RAPIDS 23.06 drops python 3.8 packages and supports python3.9 and 3.10 Signed-off-by: Tim Liu <[email protected]>
as it touchs testing scripts, we cannot skip ci here |
jenkins/databricks/init_cudf_udf.sh
Outdated
# To fix "'lsb_release -a' returned non-zero". ref: https://github.com/pypa/pip/issues/4924 | ||
[[ -n "$(which lsb_release)" ]] && mv $(which lsb_release) $(which lsb_release)"-bak" | ||
else | ||
# Set python versiomn to make it the same for both shell mode and batch mode |
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.
typo: version
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.
Oh this notation is not needed, we've already set the python version to 3.9 for both batch and shell mode here, when running cudf-udf tests:
build |
Going to merge this one. Lets keep monitoring nightly runs status |
To fix #7773
RAPIDS 23.06 drops python 3.8 packages and supports python3.9 and 3.10