Skip to content

Commit

Permalink
Fix CI/CD: Use libmamba while creating conda env (#416)
Browse files Browse the repository at this point in the history
* Use libmamba for conda

* Use mamba version also

---------

Co-authored-by: Darshan Prajapati <[email protected]>
  • Loading branch information
DarshanSP19 and Darshan Prajapati authored Nov 2, 2023
1 parent 440dfa6 commit 59408ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
channels: conda-forge
environment-file: ci${{ matrix.python-version}}.yml
activate-environment: weather-tools
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Check MetView's installation
shell: bash -l {0}
run: python -m metview selfcheck
Expand Down Expand Up @@ -116,6 +119,9 @@ jobs:
channels: conda-forge
environment-file: ci${{ matrix.python-version}}.yml
activate-environment: weather-tools
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
- name: Install weather-tools[test]
run: |
conda run -n weather-tools pip install -e .[test] --use-deprecated=legacy-resolver
Expand Down

0 comments on commit 59408ae

Please sign in to comment.