Skip to content

Commit 7e490e3

Browse files
committed
Use strict priority in CI conda tests
1 parent f585565 commit 7e490e3

File tree

8 files changed

+14
-5
lines changed

8 files changed

+14
-5
lines changed

ci/test_cpp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
1313
rapids-logger "Create test conda environment"
1414
. /opt/conda/etc/profile.d/conda.sh
1515

16+
rapids-logger "Configuring conda strict channel priority"
17+
conda config --set channel_priority strict
18+
1619
rapids-dependency-file-generator \
1720
--output conda \
1821
--file-key test_cpp \

ci/test_python.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
1313
rapids-logger "Create test conda environment"
1414
. /opt/conda/etc/profile.d/conda.sh
1515

16+
rapids-logger "Configuring conda strict channel priority"
17+
conda config --set channel_priority strict
18+
1619
rapids-dependency-file-generator \
1720
--output conda \
1821
--file-key test_python \

ci/test_python_distributed.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ CPP_CHANNEL=$(rapids-download-conda-from-github cpp)
1313
rapids-logger "Create test conda environment"
1414
. /opt/conda/etc/profile.d/conda.sh
1515

16+
rapids-logger "Configuring conda strict channel priority"
17+
conda config --set channel_priority strict
18+
1619
rapids-dependency-file-generator \
1720
--output conda \
1821
--file-key test_python_distributed \

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is generated by `rapids-dependency-file-generator`.
22
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
33
channels:
4-
- rapidsai
54
- rapidsai-nightly
5+
- rapidsai
66
- conda-forge
77
dependencies:
88
- autoconf

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is generated by `rapids-dependency-file-generator`.
22
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
33
channels:
4-
- rapidsai
54
- rapidsai-nightly
5+
- rapidsai
66
- conda-forge
77
dependencies:
88
- autoconf

conda/environments/all_cuda-130_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is generated by `rapids-dependency-file-generator`.
22
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
33
channels:
4-
- rapidsai
54
- rapidsai-nightly
5+
- rapidsai
66
- conda-forge
77
dependencies:
88
- autoconf

conda/environments/all_cuda-130_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is generated by `rapids-dependency-file-generator`.
22
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
33
channels:
4-
- rapidsai
54
- rapidsai-nightly
5+
- rapidsai
66
- conda-forge
77
dependencies:
88
- autoconf

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ files:
159159
- depends_on_cupy
160160
- depends_on_cudf
161161
channels:
162-
- rapidsai
163162
- rapidsai-nightly
163+
- rapidsai
164164
- conda-forge
165165
dependencies:
166166
build_cpp:

0 commit comments

Comments
 (0)