Skip to content

Commit 889139e

Browse files
committed
Adds a missing dependency to Gitlab-CI
1 parent 4562f89 commit 889139e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tests:
2626
- echo "deb http://cran.r-project.org/bin/linux/debian/ jessie-cran35/" >> /etc/apt/sources.list
2727
- apt-get update
2828
- apt-get install xz-utils
29-
- apt-get install -y --force-yes r-base libcurl4-openssl-dev libssl-dev
29+
- apt-get install -y --force-yes r-base libcurl4-openssl-dev libssl-dev libxml2 libxml2-dev
3030
- python -V # Print out python version for debugging
3131
- pip install virtualenv
3232
- virtualenv venv

0 commit comments

Comments
 (0)