We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6cf3f commit 95edb70Copy full SHA for 95edb70
.github/workflows/CI.yml
@@ -71,11 +71,11 @@ jobs:
71
uses: actions/checkout@v4
72
73
# configures the mamba environment manager and builds the environment
74
- - name: Setup Mambaforge Python ${{ matrix.python-version }}
+ - name: Setup Miniforge Python ${{ matrix.python-version }}
75
uses: conda-incubator/setup-miniconda@v3
76
with:
77
environment-file: environment.yml
78
- miniforge-variant: Mambaforge
+ miniforge-variant: Miniforge3
79
miniforge-version: latest
80
python-version: ${{ matrix.python-version }}
81
activate-environment: rmg_env
0 commit comments