Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(conda): use --yes instead of --force (#123)
A few days ago conda 24.3.0 removed `--force` completely causing this to no longer work. `--yes` has been around for more than a year now and we don't really need to support old conda/miniconda so we can just directly replace it and not bother with compatibility with older versions. https://github.com/conda/conda/releases/tag/24.3.0
- Loading branch information