Skip to content

Commit b4ffdcf

Browse files
committed
fix(shellcheck): ignore unused variable warning for passing by name
1 parent 8a6ac7d commit b4ffdcf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ci/stable_install/install_and_test_conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ conda create -n "$envName" -O -c rapidsai -c conda-forge -y \
6363
conda activate "$envName"
6464

6565
# Test imports of all packages included in the rapids metapackage
66+
# shellcheck disable=SC2034
6667
declare -a RAPIDS_IMPORTS=(
6768
cucim
6869
cudf

ci/stable_install/install_and_test_pip.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ pip install \
115115
"${PIP_INSTALL_PYPI[@]}" \
116116
"${WHEELS_DIR}"/*.whl
117117

118+
# shellcheck disable=SC2034
118119
declare -a RAPIDS_IMPORTS=(
119120
cucim
120121
cudf

0 commit comments

Comments
 (0)