Skip to content

Commit 53c64ba

Browse files
authored
[CI] fix R's installation (#3279)
1 parent 82e2ff7 commit 53c64ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/test_r_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ $AZURE != "true" ]] && [[ $OS_NAME == "linux" ]]; then
4242
sudo apt-get update
4343
sudo apt-get install \
4444
--no-install-recommends \
45-
-y \
45+
-y --allow-downgrades \
4646
r-base-dev=${R_LINUX_VERSION} \
4747
texinfo \
4848
texlive-latex-recommended \

0 commit comments

Comments
 (0)