diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index 58ae785e3..d262c9021 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -48,7 +48,7 @@ def brew(args, silent=False): with open(os.devnull, 'w') as f: subprocess.check_call(['brew'] + args, stdout=f) else: - subprocess.check_call(['brew'] + args) + subprocess.check_call(['brew'] + args + ['--verbose']) def check_setup(executable):