From 18eef1d8d96bf893c86b2259d4012267e4141e4b Mon Sep 17 00:00:00 2001 From: Soumith Chintala Date: Mon, 4 Feb 2019 15:41:50 -0800 Subject: [PATCH] fix osx ci --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e87ff199fa658..475c470829863c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -780,7 +780,7 @@ jobs: # moreutils installs a `parallel` executable by default, which conflicts with the executable from the GNU `parallel` # so we must unlink GNU `parallel` first, and relink it afterwards brew unlink parallel - brew install moreutils --without-parallel + brew install moreutils brew link parallel --overwrite brew install expect @@ -827,7 +827,7 @@ jobs: # moreutils installs a `parallel` executable by default, which conflicts with the executable from the GNU `parallel` # so we must unlink GNU `parallel` first, and relink it afterwards brew unlink parallel - brew install moreutils --without-parallel + brew install moreutils brew link parallel --overwrite brew install expect @@ -855,7 +855,7 @@ jobs: # moreutils installs a `parallel` executable by default, which conflicts with the executable from the GNU `parallel` # so we must unlink GNU `parallel` first, and relink it afterwards brew unlink parallel - brew install moreutils --without-parallel + brew install moreutils brew link parallel --overwrite brew install expect