File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments