@@ -57,40 +57,29 @@ 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
6462 miniforge-version : latest
65- channels : conda-forge
66- python-version : " 3.10"
6763 activate-environment : proxsuite
6864
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
7665
7766 - name : Install dependencies [Conda]
7867 shell : bash -l {0}
7968 run : |
8069 # Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
8170 conda config --remove channels defaults
8271 # Compilation related dependencies
83- mamba install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp clang
72+ conda install cmake compilers make pkg-config doxygen ninja graphviz typing_extensions llvm-openmp clang
8473 # Main dependencies
85- mamba install eigen simde
74+ conda install eigen simde
8675 # Test dependencies
87- mamba install libmatio numpy scipy
76+ conda install libmatio numpy scipy
8877
89- - name : Install julia [macOS/ Linux]
90- if : contains(matrix.os, 'macos-latest') || contains(matrix.os, ' ubuntu')
78+ - name : Install julia [Linux]
79+ if : contains(matrix.os, 'ubuntu')
9180 shell : bash -l {0}
9281 run : |
93- mamba install julia
82+ conda install julia
9483
9584 - name : Activate ccache [Conda]
9685 uses :
hendrikmuhs/[email protected] 10291 shell : bash -l {0}
10392 run : |
10493 conda info
105- mamba list
94+ conda list
10695 env
10796
10897 - name : Configure [Conda/Linux&macOS]
@@ -142,7 +131,6 @@ jobs:
142131 shell : bash -l {0}
143132 run : |
144133 echo $(where ccache)
145- ls C:\\Miniconda3\\envs\\proxsuite\\Library\\lib
146134 git submodule update --init
147135 mkdir build
148136 cd build
@@ -155,7 +143,6 @@ jobs:
155143 shell : bash -l {0}
156144 run : |
157145 echo $(where ccache)
158- ls C:\\Miniconda3\\envs\\proxsuite\\Library\\lib
159146 git submodule update --init
160147 mkdir build
161148 cd build
@@ -168,7 +155,6 @@ jobs:
168155 shell : bash -l {0}
169156 run : |
170157 echo $(where ccache)
171- ls C:\\Miniconda3\\envs\\proxsuite\\Library\\lib
172158 git submodule update --init
173159 mkdir build
174160 cd build
0 commit comments