FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4560b4ba authored by Mark Driver's avatar Mark Driver
Browse files

update gitlab CI configuration to install more requirements.

parent 771fe91b
No related branches found
No related tags found
No related merge requests found
Pipeline #26079 passed
......@@ -11,6 +11,8 @@ cache:
before_script:
- apt-get update -y && apt-get -y install libgl1-mesa-glx
- conda update -y conda
- mkdir -p /usr/share/man/man1mkdir -p /usr/share/man/man1
- apt-get -y install -f openjdk-11-jre-headless texlive-latex-extra dvipng
- conda env create -f environment.yml
- source activate resultsanalysis
- ls
......
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