Skip to content

Commit

Permalink
Improve mamba usage in CI
Browse files Browse the repository at this point in the history
- install mamba (https://github.com/mamba-org/mamba) first, and use it
to speed up installation of all other conda envs, including the one for
synthetic data. Note that currently only the dependency solve is
accelerated (mamba-org/mamba#633), but this is
sufficient for a large improvement over conda.

- Remove the --mamba flag from the conda_env_setup.sh script's
arguments, as this was taken out in NOAA-GFDL#166.
  • Loading branch information
tsjackson-noaa authored and wrongkindofdoctor committed Jul 18, 2022
1 parent ce4b006 commit 3deb758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdtf_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ jobs:
run: |
conda activate _MDTF_base
python -m unittest discover

0 comments on commit 3deb758

Please sign in to comment.