Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
CI: Use mamba-org/provision-with-micromamba to setup micromamba #2435
CI: Use mamba-org/provision-with-micromamba to setup micromamba #2435
Changes from 52 commits
f7e9764
b05467a
67af438
c103e11
5382970
bda67da
aa0dfc8
03a4ddb
504977b
2abf4b3
8cf78c7
31d85c7
9b0050a
eb89e80
fa7c7d6
464a3ea
8080e77
b20f9b6
44cda10
2c3e0e1
14837f7
8f886ec
07fa2ac
754fe52
ff3af0b
3fe4d1a
c640a76
d84a4e1
2659a05
e6fbc7d
d66fe43
a979e70
62bcc8f
f47dedd
417cab4
47f58d5
b18d8d8
c915e39
b69d741
cfcdfbe
a8123b2
923570b
6d7047c
0df26af
f591d7f
1562377
b8490ec
fc1e1bc
36c4a01
8bf51be
9f1e310
cf4636c
08df3b0
ece3db9
bd4037f
733ef1b
00c1d0a
69bb40d
069e070
69e0336
df1c606
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default
channel-priority
isstrict
(https://github.com/mamba-org/provision-with-micromamba#channel-priority), so no need to specifychannel-priority
here.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we will build docs on multiple Python versions, so no need to define
python-version
in matrix.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to https://github.com/mamba-org/provision-with-micromamba/tree/v15#cache-env-key:
And at https://github.com/mamba-org/provision-with-micromamba/tree/v15#notes-on-caching / mamba-org/provision-with-micromamba#38 (comment)
So we want to use both env and download caching? We could try both for now, and can modify things later if it becomes problematic.