We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c4763b commit 61fed2fCopy full SHA for 61fed2f
ci/check_style.sh
@@ -10,7 +10,7 @@ ENV_YAML_DIR="$(mktemp -d)"
10
11
rapids-dependency-file-generator \
12
--output conda \
13
- --file_key checks \
+ --file-key checks \
14
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee "${ENV_YAML_DIR}/env.yaml"
15
16
rapids-mamba-retry env create --yes -f "${ENV_YAML_DIR}/env.yaml" -n checks
0 commit comments