Skip to content
Snippets Groups Projects
Commit d0c3ca53 authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Edit .gitlab-ci.yml

parent 65439060
No related branches found
No related tags found
No related merge requests found
Pipeline #16543 failed
...@@ -14,10 +14,10 @@ build-package: ...@@ -14,10 +14,10 @@ build-package:
build-essential cmake git ca-certificates wget bzip2 \ build-essential cmake git ca-certificates wget bzip2 \
libpython3-dev \ libpython3-dev \
&& apt-get clean && apt-get clean
- conda install -n base -y conda=23.7.0 # ne PAS modifier le conda du base env
- mkdir -p ~/.config/matplotlib - mkdir -p ~/.config/matplotlib
- 'echo "backend: pdf" > ~/.config/matplotlib/matplotlibrc' - echo "backend: pdf" > ~/.config/matplotlib/matplotlibrc
# Création de l'env de build sans conflit # Crée un environnement propre avec les bonnes versions de conda & conda-build
- conda create -y -n build-env python=3.10 conda=23.7.0 conda-build=3.23.1 anaconda-client cmake -c conda-forge -c defaults - conda create -y -n build-env python=3.10 conda=23.7.0 conda-build=3.23.1 anaconda-client cmake -c conda-forge -c defaults
script: script:
- source "$(conda info --base)/etc/profile.d/conda.sh" - source "$(conda info --base)/etc/profile.d/conda.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment