Skip to content

Commit

Permalink
Merge pull request #427 from NCAR/ci_mamba
Browse files Browse the repository at this point in the history
Use mamba for CI
  • Loading branch information
anissa111 committed Feb 24, 2022
2 parents 508e022 + 04a8a8f commit 9832287
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Create conda environment
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
uses: goanpeca/setup-miniconda@v1
uses: mamba-org/provision-with-micromamba@main
with:
activate-environment: geocat-examples
micromamba-version: "latest"
environment-name: geocat-examples
environment-file: conda_environment.yml
- name: Make html
shell: bash -l {0}
Expand Down

0 comments on commit 9832287

Please sign in to comment.