File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ rapids-dependency-file-generator \
1818 --output conda \
1919 --file-key go \
2020 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " \
21- --prepend-channel " ${LIBRAFT_CHANNEL} " \
22- --prepend-channel " ${RAFT_CHANNEL} " \
21+ --prepend-channel " ${LIBRAFT_CHANNEL} " \
22+ --prepend-channel " ${RAFT_CHANNEL} " \
2323 --prepend-channel " ${CPP_CHANNEL} " \
2424 | tee env.yaml
2525
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ source ./ci/use_conda_packages_from_prs.sh
3636rapids-dependency-file-generator \
3737 --output conda \
3838 --file-key java \
39- --prepend-channel " ${LIBRAFT_CHANNEL} " \
40- --prepend-channel " ${RAFT_CHANNEL} " \
39+ --prepend-channel " ${LIBRAFT_CHANNEL} " \
40+ --prepend-channel " ${RAFT_CHANNEL} " \
4141 --prepend-channel " ${CPP_CHANNEL} " \
4242 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " | tee " ${ENV_YAML_DIR} /env.yaml"
4343
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ rapids-dependency-file-generator \
1818 --output conda \
1919 --file-key rust \
2020 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " \
21- --prepend-channel " ${LIBRAFT_CHANNEL} " \
22- --prepend-channel " ${RAFT_CHANNEL} " \
21+ --prepend-channel " ${LIBRAFT_CHANNEL} " \
22+ --prepend-channel " ${RAFT_CHANNEL} " \
2323 --prepend-channel " ${CPP_CHANNEL} " \
2424 | tee env.yaml
2525
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ rapids-dependency-file-generator \
1717 --output conda \
1818 --file-key test_cpp \
1919 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) " \
20- --prepend-channel " ${LIBRAFT_CHANNEL} " \
21- --prepend-channel " ${RAFT_CHANNEL} " \
20+ --prepend-channel " ${LIBRAFT_CHANNEL} " \
21+ --prepend-channel " ${RAFT_CHANNEL} " \
2222 --prepend-channel " ${CPP_CHANNEL} " \
2323 | tee env.yaml
2424
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ rapids-dependency-file-generator \
1919 --output conda \
2020 --file-key test_python \
2121 --matrix " cuda=${RAPIDS_CUDA_VERSION% .* } ;arch=$( arch) ;py=${RAPIDS_PY_VERSION} " \
22- --prepend-channel " ${LIBRAFT_CHANNEL} " \
23- --prepend-channel " ${RAFT_CHANNEL} " \
22+ --prepend-channel " ${LIBRAFT_CHANNEL} " \
23+ --prepend-channel " ${RAFT_CHANNEL} " \
2424 --prepend-channel " ${CPP_CHANNEL} " \
2525 --prepend-channel " ${PYTHON_CHANNEL} " \
2626 | tee env.yaml
You can’t perform that action at this time.
0 commit comments