Skip to content
Snippets Groups Projects
Commit 09e80052 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

ci: mamba -> conda

parent f01f40ad
No related branches found
No related tags found
No related merge requests found
Pipeline #51595 passed with warnings
......@@ -35,10 +35,10 @@ jobs:
# Workaround for https://github.com/conda-incubator/setup-miniconda/issues/186
conda config --remove channels defaults
# Compilation related dependencies
mamba install cmake compilers make pkg-config doxygen ninja graphviz
conda install cmake compilers make pkg-config doxygen ninja graphviz
# Main dependencies
mamba install tsid --only-deps
mamba install proxsuite osqp-eigen
conda install tsid --only-deps
conda install proxsuite osqp-eigen
- name: Activate ccache [Conda]
uses: hendrikmuhs/ccache-action@v1.2
......@@ -50,7 +50,7 @@ jobs:
shell: bash -l {0}
run: |
conda info
mamba list
conda list
env
- name: Configure [Conda]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment