Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
53c64bac
Unverified
Commit
53c64bac
authored
Aug 06, 2020
by
Guolin Ke
Committed by
GitHub
Aug 06, 2020
Browse files
[CI] fix R's installation (#3279)
parent
82e2ff7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.ci/test_r_package.sh
.ci/test_r_package.sh
+1
-1
No files found.
.ci/test_r_package.sh
View file @
53c64bac
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment