File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ set -euo pipefail
77source rapids-configure-sccache
88source rapids-date-string
99
10+ source ./ci/use_conda_packages_from_prs.sh
1011export CMAKE_GENERATOR=Ninja
1112
1213rapids-print-env
@@ -18,7 +19,6 @@ sccache --stop-server 2>/dev/null || true
1819RAPIDS_PACKAGE_VERSION=$( rapids-generate-version)
1920export RAPIDS_PACKAGE_VERSION
2021
21- source ./ci/use_conda_packages_from_prs.sh
2222# populates `RATTLER_CHANNELS` array and `RATTLER_ARGS` array
2323source rapids-rattler-channel-string
2424
Original file line number Diff line number Diff line change 44set -euo pipefail
55
66rapids-logger " Downloading artifacts from previous jobs"
7+ source ./ci/use_conda_packages_from_prs.sh
78CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
89PYTHON_CHANNEL=$( rapids-download-conda-from-github python)
9- source ./ci/use_conda_packages_from_prs.sh
1010
1111rapids-logger " Create test conda environment"
1212. /opt/conda/etc/profile.d/conda.sh
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ set -euo pipefail
77source rapids-configure-sccache
88source rapids-date-string
99
10+ source ./ci/use_conda_packages_from_prs.sh
11+
1012export CMAKE_GENERATOR=Ninja
1113
1214rapids-print-env
@@ -16,7 +18,6 @@ rapids-generate-version > ./VERSION
1618rapids-logger " Begin py build"
1719
1820CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
19- source ./ci/use_conda_packages_from_prs.sh
2021
2122RAPIDS_PACKAGE_VERSION=$( head -1 ./VERSION)
2223export RAPIDS_PACKAGE_VERSION
Original file line number Diff line number Diff line change @@ -9,12 +9,13 @@ cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"/../
99
1010. /opt/conda/etc/profile.d/conda.sh
1111
12+ source ./ci/use_conda_packages_from_prs.sh
13+
1214rapids-logger " Configuring conda strict channel priority"
1315conda config --set channel_priority strict
1416
1517rapids-logger " Downloading artifacts from previous jobs"
1618CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
17- source ./ci/use_conda_packages_from_prs.sh
1819
1920rapids-logger " Generate C++ testing dependencies"
2021rapids-dependency-file-generator \
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ set -euo pipefail
66
77. /opt/conda/etc/profile.d/conda.sh
88
9+ source ./ci/use_conda_packages_from_prs.sh
10+
911rapids-logger " Configuring conda strict channel priority"
1012conda config --set channel_priority strict
1113
1214rapids-logger " Downloading artifacts from previous jobs"
1315CPP_CHANNEL=$( rapids-download-conda-from-github cpp)
1416PYTHON_CHANNEL=$( rapids-download-conda-from-github python)
15- source ./ci/use_conda_packages_from_prs.sh
1617
1718rapids-logger " Generate Python testing dependencies"
1819rapids-dependency-file-generator \
You can’t perform that action at this time.
0 commit comments