Skip to content

Commit

Permalink
Use conda env create --yes instead of --force (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA authored Apr 23, 2024
1 parent 6c0d9fa commit 8cfa39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/check_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rapids-dependency-file-generator \
--file_key checks \
--matrix "cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION}" | tee "${ENV_YAML_DIR}/env.yaml"

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

# Run pre-commit checks
Expand Down

0 comments on commit 8cfa39b

Please sign in to comment.