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 CI to use micromamba #136

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Switch CI to use micromamba #136

merged 1 commit into from
Jul 21, 2023

Conversation

scottyhq
Copy link
Contributor

@scottyhq scottyhq commented Jul 21, 2023

@github-actions
Copy link

@github-actions github-actions bot temporarily deployed to pull request July 21, 2023 17:43 Inactive
@scottyhq scottyhq requested a review from jomey July 21, 2023 17:45
env:
ENVFILE: conda/conda-${{ runner.os == 'Linux' && 'linux' || 'osx' }}-64.lock.yml
shell: bash -l {0}
run: mamba env update -n hackweek -f $ENVFILE
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mamba-org/setup-micromamba@v1 is much simpler and installs directly from conda-lock.yml, which means that the correct platform is automatically chosen

@jomey jomey merged commit 7fb0b04 into main Jul 21, 2023
4 checks passed
@jomey jomey deleted the micromamba branch July 21, 2023 19:01
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 this pull request may close these issues.

Simplify setupconda action
2 participants