Skip to content

Commit

Permalink
Adds a missing dependency to Gitlab-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
StuntsPT committed Jul 10, 2019
1 parent 4562f89 commit 889139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tests:
- echo "deb http://cran.r-project.org/bin/linux/debian/ jessie-cran35/" >> /etc/apt/sources.list
- apt-get update
- apt-get install xz-utils
- 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
- python -V # Print out python version for debugging
- pip install virtualenv
- virtualenv venv
Expand Down

0 comments on commit 889139e

Please sign in to comment.