Skip to content

Commit 61fed2f

Browse files
committed
--file_key to --file-key
1 parent 4c4763b commit 61fed2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check_style.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV_YAML_DIR="$(mktemp -d)"
1010

1111
rapids-dependency-file-generator \
1212
--output conda \
13-
--file_key checks \
13+
--file-key checks \
1414
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee "${ENV_YAML_DIR}/env.yaml"
1515

1616
rapids-mamba-retry env create --yes -f "${ENV_YAML_DIR}/env.yaml" -n checks

0 commit comments

Comments
 (0)