Skip to content

Commit

Permalink
Bump miniforge version to 4.11.0-0 (#515)
Browse files Browse the repository at this point in the history
* Bump miniforge version

* Add step to update mamba to latest
  • Loading branch information
lsetiawan authored Dec 15, 2021
1 parent c25ace2 commit 3db3249
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ jobs:
activate-environment: ${{ env.CONDA_ENV }}
environment-file: .ci_helpers/py${{ matrix.python-version }}.yaml
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.11.0-0
use-mamba: true
auto-activate-base: false
use-only-tar-bz2: true
- name: Update mamba
shell: bash -l {0}
run: |
conda update -c conda-forge --yes mamba
- name: Print conda env
shell: bash -l {0}
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@ jobs:
activate-environment: ${{ env.CONDA_ENV }}
environment-file: .ci_helpers/py${{ matrix.python-version }}.yaml
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.11.0-0
use-mamba: true
auto-activate-base: false
use-only-tar-bz2: true
- name: Update mamba
shell: bash -l {0}
run: |
conda update -c conda-forge --yes mamba
- name: Print conda env
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 3db3249

Please sign in to comment.