Fix Conda Lock Path (#2393)

This commit is contained in:
Shufang Xie 2023-03-22 20:39:07 +08:00 committed by GitHub
parent 07477a25fe
commit 034bd7119e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ See the [repoquery documentation](https://mamba.readthedocs.io/en/latest/user_gu
### Installing lock files
`micromamba` can be used to install lock files generated by [conda-lock](https://conda-incubator.github.io/conda-lock/) without having to install `conda-lock`. Simply invoke e.g. `micromamba create -n my-env -f conda-lock.yml` with an environment lockfile named `*-lock.yml` or `*-lock.yaml`.
`micromamba` can be used to install lock files generated by [conda-lock](https://conda.github.io/conda-lock/) without having to install `conda-lock`. Simply invoke e.g. `micromamba create -n my-env -f conda-lock.yml` with an environment lockfile named `*-lock.yml` or `*-lock.yaml`.
### provision-with-micromamba (setup-miniconda replacement)