Skip to content

Commit 7760139

Browse files
committed
Try to force more recent version of mamba/conda
1 parent 2167186 commit 7760139

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/conda_recipe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
auto-update-conda: true
3939
channels: conda-forge
4040
channel-priority: strict
41+
miniforge-variant: Miniforge3
4142
miniforge-version: latest
4243
use-mamba: true
44+
mamba-version: "2.0.5"
4345
# mamba-version: "1.5.10"
4446
conda-remove-defaults: true
4547
- name: Install conda-build

.github/workflows/test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,10 @@ jobs:
132132
auto-update-conda: true
133133
channels: conda-forge
134134
channel-priority: strict
135+
miniforge-variant: Miniforge3
135136
miniforge-version: latest
136137
use-mamba: true
138+
mamba-version: "*"
137139
# mamba-version: "1.5.10"
138140
conda-remove-defaults: true
139141
- name: Set up miniconda test environment (W/ MPI)
@@ -145,8 +147,10 @@ jobs:
145147
auto-update-conda: true
146148
channels: conda-forge
147149
channel-priority: strict
150+
miniforge-variant: Miniforge3
148151
miniforge-version: latest
149152
use-mamba: true
153+
mamba-version: "2.0.5"
150154
# mamba-version: "1.5.10"
151155
conda-remove-defaults: true
152156
- name: Set USERPROFILE

0 commit comments

Comments
 (0)