Skip to content

Commit

Permalink
Revert and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 10, 2025
1 parent 173c62c commit 5e9a960
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export CMAKE_GENERATOR=Ninja

rapids-print-env

# This file is used throughout to define the version
rapids-generate-version > ./VERSION

rapids-logger "Begin py build"
Expand All @@ -22,7 +23,7 @@ conda config --set path_conflict prevent

sccache --zero-stats

RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \
RAPIDS_PACKAGE_VERSION=$(head -1 ./VERSION) rapids-conda-retry mambabuild \
--channel "${CPP_CHANNEL}" \
conda/recipes/kvikio

Expand Down

0 comments on commit 5e9a960

Please sign in to comment.