Skip to content
Snippets Groups Projects
Commit 3747304e authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gitlab-ci.yml: allow conda docs stage to accept releaseinfo changes when running apt-get update

parent 9af21d0b
No related branches found
No related tags found
1 merge request!79gitlab-ci.yml: allow conda docs stage to accept releaseinfo changes when running apt-get update
Pipeline #273104 passed
......@@ -502,7 +502,7 @@ docs:
before_script: [ ]
script:
- |
apt-get update -y
apt-get --allow-releaseinfo-change update -y
apt-get install -y dvipng texlive-latex-base texlive-latex-extra
conda init bash
source ~/.bashrc
......
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