"src/git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "505a145f8bccad0b960c12b39b19c352ae92637d"
Unverified Commit 2c742d57 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] partly remove macOS temp CI fix (#3251)

parent f2589310
...@@ -9,10 +9,7 @@ if [[ $OS_NAME == "macos" ]]; then ...@@ -9,10 +9,7 @@ if [[ $OS_NAME == "macos" ]]; then
else # gcc else # gcc
if [[ $TASK != "mpi" ]]; then if [[ $TASK != "mpi" ]]; then
brew install gcc brew install gcc
if [[ $GITHUB_ACTIONS == "true" ]]; then if [[ $TRAVIS == "true" ]]; then
brew update
fi
if [[ $TRAVIS == "true" ]] || [[ $GITHUB_ACTIONS == "true" ]]; then
brew upgrade gcc brew upgrade gcc
fi fi
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment