rapidsai / cuspatial

CUDA-accelerated GIS and spatiotemporal algorithms
https://docs.rapids.ai/api/cuspatial/stable/
Apache License 2.0
578 stars 145 forks source link

Use `conda env create --yes` instead of `--force` #1364

Closed bdice closed 3 months ago

bdice commented 3 months ago

conda dropped support for the --force flag to conda env create. This changes that flag name to --yes. See https://github.com/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and https://github.com/rapidsai/miniforge-cuda/pull/63 for more info.

jakirkham commented 3 months ago

Restarting failed CI jobs

bdice commented 3 months ago

/merge

jakirkham commented 3 months ago

Thank you both! 🙏