Skip to content

Commit 9dbe0b3

Browse files
committed
circleci: debug macOS 4
1 parent d335e9c commit 9dbe0b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opt/system-setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def macosx(self):
5555
out, _ = p.communicate()
5656
if out.splitlines() == []:
5757
fatal("Xcode tools are not installed. Please run xcode-select --install.")
58+
self.run("brew reinstall python3") # ssl issues
5859
self.install_gnu_utils()
5960
self.install("git-lfs")
6061
self.install("redis")

0 commit comments

Comments
 (0)