WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d171329

Browse files
committed
Use strict priority in CI conda tests
1 parent 02bf9ab commit d171329

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ci/build_docs.sh

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

14+
rapids-logger "Configuring conda strict channel priority"
15+
conda config --set channel_priority strict
16+
1417
rapids-dependency-file-generator \
1518
--output conda \
1619
--file-key docs \

ci/check_style.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
#!/bin/bash
2-
# SPDX-FileCopyrightText: Copyright (c) 2020-2022, NVIDIA CORPORATION.
2+
# SPDX-FileCopyrightText: Copyright (c) 2020-2025, NVIDIA CORPORATION.
33
# SPDX-License-Identifier: Apache-2.0
44

55
set -euo pipefail
66

77
rapids-logger "Create checks conda environment"
88
. /opt/conda/etc/profile.d/conda.sh
99

10+
rapids-logger "Configuring conda strict channel priority"
11+
conda config --set channel_priority strict
12+
1013
rapids-dependency-file-generator \
1114
--output conda \
1215
--file-key checks \

0 commit comments

Comments
 (0)