We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee08be commit 21500c7Copy full SHA for 21500c7
1 file changed
ci/build_docs.sh
@@ -8,7 +8,7 @@ rapids-logger "Create test conda environment"
8
9
rapids-dependency-file-generator \
10
--output conda \
11
- --file_key docs \
+ --file-key docs \
12
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml
13
14
rapids-mamba-retry env create --yes -f env.yaml -n docs
0 commit comments