Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e15eb104 authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Try to fix 'pages' CI job.

Use newer `pandoc` release (3.1.12.3) as system dependency to build documentation.
parent 641b1f3d
No related branches found
No related tags found
No related merge requests found
Pipeline #946837 passed with warnings
......@@ -95,7 +95,10 @@ pages:
image: continuumio/miniconda3
script:
# Install required 'libgl1' system dependency:
- apt-get update && apt-get install libgl1 pandoc -y
- apt-get update && apt-get install libgl1 wget -y
# Download and install pandoc3.1.12.3 (version must be at least (2.14.2) but less than (4.0.0)):
- wget https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-1-amd64.deb
- sudo dpkg -i pandoc-3.1.12.3-1-amd64.deb
# Install faster solver 'conda-libmamba-solver' & set it as default solver:
# - conda install -y -n base -c conda-forge conda-libmamba-solver
# - conda config --set solver libmamba
......
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