Skip to content

Commit 95edb70

Browse files
ssun30rwest
authored andcommitted
CI uses Miniforge3 instead of Mambaforge
1 parent bb6cf3f commit 95edb70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
uses: actions/checkout@v4
7272

7373
# configures the mamba environment manager and builds the environment
74-
- name: Setup Mambaforge Python ${{ matrix.python-version }}
74+
- name: Setup Miniforge Python ${{ matrix.python-version }}
7575
uses: conda-incubator/setup-miniconda@v3
7676
with:
7777
environment-file: environment.yml
78-
miniforge-variant: Mambaforge
78+
miniforge-variant: Miniforge3
7979
miniforge-version: latest
8080
python-version: ${{ matrix.python-version }}
8181
activate-environment: rmg_env

0 commit comments

Comments
 (0)