Skip to content

Commit f36c4fd

Browse files
committed
CircleCI fixes #4
1 parent c8d1ce8 commit f36c4fd

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
@@ -50,6 +50,7 @@ def macosx(self):
5050
if out.splitlines() == []:
5151
fatal("Xcode tools are not installed. Please run xcode-select --install.")
5252
self.install("git-lfs")
53+
self.install("redis")
5354

5455
def install_git_lfs_on_linux(self):
5556
self.run("curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash")

0 commit comments

Comments
 (0)