Skip to content

Commit

Permalink
REL v22.02.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GPUtester committed Feb 2, 2022
1 parent 6070be5 commit a666e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd "$WORKSPACE"
export GIT_DESCRIBE_TAG=`git describe --tags`
export MINOR_VERSION=`echo $GIT_DESCRIBE_TAG | grep -o -E '([0-9]+\.[0-9]+)'`
export UCX_PATH=$CONDA_PREFIX
export UCXPY_VERSION="0.24.*"
export UCXPY_VERSION=0.24.*

# Enable NumPy's __array_function__ protocol (needed for NumPy 1.16.x,
# will possibly be enabled by default starting on 1.17)
Expand Down

0 comments on commit a666e9b

Please sign in to comment.