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
2c742d57
Unverified
Commit
2c742d57
authored
Jul 24, 2020
by
Nikita Titov
Committed by
GitHub
Jul 24, 2020
Browse files
[ci] partly remove macOS temp CI fix (#3251)
parent
f2589310
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
.ci/setup.sh
.ci/setup.sh
+1
-4
No files found.
.ci/setup.sh
View file @
2c742d57
...
...
@@ -9,10 +9,7 @@ if [[ $OS_NAME == "macos" ]]; then
else
# gcc
if
[[
$TASK
!=
"mpi"
]]
;
then
brew
install
gcc
if
[[
$GITHUB_ACTIONS
==
"true"
]]
;
then
brew update
fi
if
[[
$TRAVIS
==
"true"
]]
||
[[
$GITHUB_ACTIONS
==
"true"
]]
;
then
if
[[
$TRAVIS
==
"true"
]]
;
then
brew upgrade gcc
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