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
16fb267d
Unverified
Commit
16fb267d
authored
Jan 11, 2023
by
James Lamb
Committed by
GitHub
Jan 11, 2023
Browse files
[ci] fix brew errors in R macOS jobs (fixes #5670) (#5671)
parent
c2d2c99f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
.ci/test_r_package.sh
.ci/test_r_package.sh
+0
-1
No files found.
.ci/test_r_package.sh
View file @
16fb267d
...
@@ -77,7 +77,6 @@ fi
...
@@ -77,7 +77,6 @@ fi
# Installing R precompiled for Mac OS 10.11 or higher
# Installing R precompiled for Mac OS 10.11 or higher
if
[[
$OS_NAME
==
"macos"
]]
;
then
if
[[
$OS_NAME
==
"macos"
]]
;
then
brew update-reset
&&
brew update
if
[[
$R_BUILD_TYPE
==
"cran"
]]
;
then
if
[[
$R_BUILD_TYPE
==
"cran"
]]
;
then
brew
install
automake
||
exit
-1
brew
install
automake
||
exit
-1
fi
fi
...
...
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