You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use mamba to install Continuous Integration dependencies (#841)
Specifically using `mambaforge` which is a `miniconda`
replacement that defaults to using the `conda-forge`
channel and `mamba` instead of `conda` by default.
* Set strict channel priority to conda-forge only with no
defaults to see if it speeds up resolver. See also
https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-channels.html#strict-channel-priority
* Use mamba on GMT Dev Tests CI build
* Use mamba in CI docs and Cache Data workflows
* Pin gmt dev version to 6.3 on Windows CI
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
0 commit comments