diff --git a/.ci/test_r_package.sh b/.ci/test_r_package.sh index 42564f293b44..ac45de88500a 100755 --- a/.ci/test_r_package.sh +++ b/.ci/test_r_package.sh @@ -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 \