From 6cb593b88cb0c411690b4957850058329526d87b Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Sun, 3 Feb 2019 13:36:18 -0800 Subject: Remove --without-parallel (#16704) Summary: See homebrew/homebrew-core@60c72ba9 and homebrew/homebrew-core#31510. Pull Request resolved: https://github.com/pytorch/pytorch/pull/16704 Differential Revision: D13938093 Pulled By: pietern fbshipit-source-id: 8a70d462180257f96202a0373a86a273b524045c --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index d05439ab95..a15c937f42 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -195,7 +195,7 @@ macos_brew_update: &macos_brew_update # `parallel` first, and relink it afterwards brew update brew unlink parallel - brew install moreutils --without-parallel + brew install moreutils brew link parallel --overwrite brew install expect -- cgit v1.2.3