We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a50fc9 commit 614707fCopy full SHA for 614707f
.github/workflows/main.yaml
@@ -18,12 +18,9 @@ jobs:
18
- name: Checkout
19
uses: actions/checkout@v2
20
21
- - name: Setup Miniconda
22
- uses: conda-incubator/setup-miniconda@v2
+ - name: Setup conda
+ uses: mamba-org/provision-with-micromamba@main
23
with:
24
- auto-update-conda: true
25
- auto-activate-base: false
26
- activate-environment: test_env
27
environment-file: ci/environment-${{ matrix.CONDA_ENV }}.yml
28
29
- name: Development Install Intake-Xarray
0 commit comments