Skip to content

Commit

Permalink
[CI] fix R's installation (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke authored Aug 6, 2020
1 parent 82e2ff7 commit 53c64ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test_r_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [[ $AZURE != "true" ]] && [[ $OS_NAME == "linux" ]]; then
sudo apt-get update
sudo apt-get install \
--no-install-recommends \
-y \
-y --allow-downgrades \
r-base-dev=${R_LINUX_VERSION} \
texinfo \
texlive-latex-recommended \
Expand Down

0 comments on commit 53c64ba

Please sign in to comment.