Skip to content
Snippets Groups Projects
Commit dd9637be authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'font-docs-ci' into 'master'

[docs-ci] isntalling minimal fonts on the linux docker image

See merge request !70
parents 83b35eb6 00fa9183
No related branches found
No related tags found
1 merge request!70[docs-ci] isntalling minimal fonts on the linux docker image
Pipeline #32056 passed
...@@ -19,6 +19,7 @@ stages: ...@@ -19,6 +19,7 @@ stages:
.build_template: &build_job .build_template: &build_job
stage: build stage: build
script: script:
- yum -y install dejavu-sans-fonts
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base - python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
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