Skip to content

Commit a1b00ea

Browse files
committed
Try adding mamba clean
Restore setup-miniconda settings for miniforge
1 parent 6d4711c commit a1b00ea

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/conda_recipe.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
auto-update-conda: true
3939
channels: conda-forge
4040
channel-priority: strict
41-
# miniforge-version: latest
41+
miniforge-version: latest
4242
use-mamba: true
43-
# mamba-version: "1.5.10"
43+
mamba-version: "1.5.10"
4444
conda-remove-defaults: true
4545
- name: Install conda-build
4646
run: |

.github/workflows/test-suite.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,19 @@ jobs:
145145
auto-update-conda: true
146146
channels: conda-forge
147147
channel-priority: strict
148-
# miniforge-version: latest
148+
miniforge-version: latest
149149
use-mamba: true
150-
# mamba-version: "1.5.10"
150+
mamba-version: "1.5.10"
151151
conda-remove-defaults: true
152152
- name: Set USERPROFILE
153153
if: matrix.os == 'windows-latest'
154154
run: |
155155
echo "USERPROFILE=${{ github.workspace }}" >> "$GITHUB_ENV"
156+
- name: Clean mamba installation
157+
run: |
158+
mamba clean --all
159+
mamba info
160+
mamba list
156161
- name: Install specific version of Sundials via conda
157162
if: matrix.sundials-version != 'latest' && matrix.with-mpi == false
158163
run: |

0 commit comments

Comments
 (0)