We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4562f89 commit 889139eCopy full SHA for 889139e
.gitlab-ci.yml
@@ -26,7 +26,7 @@ tests:
26
- echo "deb http://cran.r-project.org/bin/linux/debian/ jessie-cran35/" >> /etc/apt/sources.list
27
- apt-get update
28
- apt-get install xz-utils
29
- - apt-get install -y --force-yes r-base libcurl4-openssl-dev libssl-dev
+ - apt-get install -y --force-yes r-base libcurl4-openssl-dev libssl-dev libxml2 libxml2-dev
30
- python -V # Print out python version for debugging
31
- pip install virtualenv
32
- virtualenv venv
0 commit comments