Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generated README conda update instructions lead to conflicts and slow updates #36

Open
ianmkenney opened this issue Dec 28, 2022 · 0 comments
Assignees

Comments

@ianmkenney
Copy link
Collaborator

The generated docs instruct you to update a fresh environment ($CONDAENV) with the following:

conda env update --name $CONDAENV --file devtools/conda-envs/test_env.yaml
conda env update --name $CONDAENV --file docs/requirements.yaml

Currently, separating the two steps leads to package conflicts (on Linux). If using both anyway, you might as well update in the same command.

conda env update --name $CONDAENV --file devtools/conda-envs/test_env.yaml --file docs/requirements.yaml

This nearly halves the update time as conflicts are resolved before they even occur. Even so, this process takes around 20 minutes in a fresh environment. As I don't normally use conda, I'm not sure if that's out of the norm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants