Unverified Commit 53c64bac authored by Guolin Ke's avatar Guolin Ke Committed by GitHub
Browse files

[CI] fix R's installation (#3279)

parent 82e2ff7a
...@@ -42,7 +42,7 @@ if [[ $AZURE != "true" ]] && [[ $OS_NAME == "linux" ]]; then ...@@ -42,7 +42,7 @@ if [[ $AZURE != "true" ]] && [[ $OS_NAME == "linux" ]]; then
sudo apt-get update sudo apt-get update
sudo apt-get install \ sudo apt-get install \
--no-install-recommends \ --no-install-recommends \
-y \ -y --allow-downgrades \
r-base-dev=${R_LINUX_VERSION} \ r-base-dev=${R_LINUX_VERSION} \
texinfo \ texinfo \
texlive-latex-recommended \ texlive-latex-recommended \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment