Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Oct 27, 2023
1 parent 7283797 commit 5ff7be7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ export CMAKE_GENERATOR=Ninja
rapids-print-env

package_name="dask_cuda"
package_dir="python"

version=$(rapids-generate-version)
commit=$(git rev-parse HEAD)

echo "${version}" | tr -d '"' > VERSION
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_dir}/${package_name}/_version.py"
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" ${package_name}/_version.py"
rapids-logger "Begin py build"
Expand Down

0 comments on commit 5ff7be7

Please sign in to comment.