Skip to content

Commit 614707f

Browse files
committed
install with mamba
1 parent 6a50fc9 commit 614707f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v2
2020

21-
- name: Setup Miniconda
22-
uses: conda-incubator/setup-miniconda@v2
21+
- name: Setup conda
22+
uses: mamba-org/provision-with-micromamba@main
2323
with:
24-
auto-update-conda: true
25-
auto-activate-base: false
26-
activate-environment: test_env
2724
environment-file: ci/environment-${{ matrix.CONDA_ENV }}.yml
2825

2926
- name: Development Install Intake-Xarray

0 commit comments

Comments
 (0)