Skip to content

Commit

Permalink
updated to miniforge as mambaforge is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosggarcia committed Nov 5, 2024
1 parent d8500a9 commit cd7c0df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
use-mamba: true
activate-environment: tjpcov
miniforge-version: latest
miniforge-variant: Mambaforge
miniforge-variant: Miniforge

- name: Cache Date
id: get-date
Expand All @@ -84,7 +84,6 @@ jobs:
run: |
export MAMBA_NO_BANNER=1
mamba env update --file ${{ env.CONDA_ENV }}
pip install -U pip
- name: Install TJPCov
run: |
Expand Down

0 comments on commit cd7c0df

Please sign in to comment.