Skip to content

Commit

Permalink
Merge pull request #24 from NOC-MSM/use_mamba
Browse files Browse the repository at this point in the history
try mamba
  • Loading branch information
malmans2 authored Apr 15, 2021
2 parents c35d359 + ca3a31e commit 923b62c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
activate-environment: cf_tools_test
auto-update-conda: false
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
use-mamba: true

- name: Set up conda environment
shell: bash -l {0}
Expand Down Expand Up @@ -54,6 +56,8 @@ jobs:
environment-file: ci/upsteam_dev_env.yml
activate-environment: cf_tools_test_dev
auto-update-conda: false
miniforge-variant: Mambaforge
use-mamba: true

- name: Set up conda environment
shell: bash -l {0}
Expand Down

0 comments on commit 923b62c

Please sign in to comment.