From c61ef52c7e8a568b64db197a0915efe4fef5e300 Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 17 Jun 2024 16:31:22 -0700 Subject: [PATCH] Replace removed --force flag with --yes --- ci/check_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check_style.sh b/ci/check_style.sh index 7809c6c66..1c1426a9b 100755 --- a/ci/check_style.sh +++ b/ci/check_style.sh @@ -24,7 +24,7 @@ rapids-dependency-file-generator \ --file_key checks \ --matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee env.yaml -rapids-mamba-retry env create --force -f env.yaml -n checks +rapids-mamba-retry env create --yes -f env.yaml -n checks conda activate checks # Run pre-commit checks