Skip to content

Commit

Permalink
Use rapids-generate-version for env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Feb 5, 2025
1 parent b001413 commit 173c62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ conda config --set path_conflict prevent

sccache --zero-stats

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

Expand Down

0 comments on commit 173c62c

Please sign in to comment.