File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -57,22 +57,14 @@ jobs:
5757 with :
5858 submodules : recursive
5959
60- - uses : conda-incubator/setup-miniconda@v2
61- if : matrix.os != 'macos-14'
60+ - uses : conda-incubator/setup-miniconda@v3
6261 with :
63- miniforge-variant : Mambaforge
62+ miniforge-variant : Miniforge3
6463 miniforge-version : latest
6564 channels : conda-forge
6665 python-version : " 3.10"
6766 activate-environment : proxsuite
6867
69- - uses : conda-incubator/setup-miniconda@v3
70- if : matrix.os == 'macos-14'
71- with :
72- channels : conda-forge
73- python-version : " 3.10"
74- activate-environment : proxsuite
75- installer-url : https://github.com/conda-forge/miniforge/releases/download/23.11.0-0/Mambaforge-23.11.0-0-MacOSX-arm64.sh
7668
7769 - name : Install dependencies [Conda]
7870 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments