Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repository. Follow these steps:
[mybinder.org](https://mybinder.org) where you can test your pull request to make sure it works
as you would expect.
3. In the Pull Request, write a comment with the slash command `/condalock`.
This will refresh the [`conda-lock.yml`](https://conda-incubator.github.io/conda-lock/output/#unified-lockfile)
This will refresh the [`conda-lock.yml`](https://conda.github.io/conda-lock/output/#unified-lockfile)
file that contains a snapshot of the exact library versions contained in the
conda environment, which will be useful for reproducibility.
4. If the bot does not commit any changes to update the `conda-lock.yml` file in your PR, you can check the
Expand Down
Loading