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

switch Actions workflows to use micromamba #231

Closed
prjemian opened this issue Jun 22, 2022 · 4 comments · Fixed by #234
Closed

switch Actions workflows to use micromamba #231

prjemian opened this issue Jun 22, 2022 · 4 comments · Fixed by #234
Labels
Milestone

Comments

@prjemian
Copy link
Contributor

When running the Actions workflows, most of the time is spent in the conda solver. The micromamba solver is remarkably faster. Use it.

@prjemian prjemian added the task label Jun 22, 2022
@prjemian prjemian added this to the v1.1 milestone Jun 22, 2022
@prjemian
Copy link
Contributor Author

@prjemian
Copy link
Contributor Author

Since this resolves #233, apply micromamba to other workflows.

@prjemian
Copy link
Contributor Author

The micromamba provisions a custom environment name, so no need for the .github/edit_test_environment.py code now.

prjemian added a commit that referenced this issue Jun 22, 2022
@prjemian
Copy link
Contributor Author

prjemian commented Jun 22, 2022

Note that time to complete unit tests workflow (successfully) has decreased to ~3 minutes. Before these changes, the time was ~5 minutes.

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

Successfully merging a pull request may close this issue.

1 participant