Skip to content

Commit

Permalink
CI: Updating mamba usage in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Jul 6, 2023
1 parent a4126a8 commit 674aa6d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,12 @@ jobs:
key:
${{ runner.os }}-conda-py${{ matrix.python-version }}-${{
hashFiles('ci/requirements/**.yml') }}
- uses: conda-incubator/setup-miniconda@v2
- uses: mamba-org/setup-micromamba@v1
with:
channels: conda-forge
channel-priority: strict
mamba-version: "*"
activate-environment: cmweather-dev
auto-update-conda: false
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true
cache-downloads: true
environment-file: ci/environment.yml

- name: Install conda dependencies
run: |
Expand Down

0 comments on commit 674aa6d

Please sign in to comment.