diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2019-02-03 13:36:18 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2019-02-03 13:39:26 -0800 |
commit | 6cb593b88cb0c411690b4957850058329526d87b (patch) | |
tree | f6138dd72e20f98c463b2dcadf73844ef6a07e8f /.circleci | |
parent | a53d28dd87aa3f5e8fa0f8cbd3199b6a4661c0a9 (diff) | |
download | pytorch-6cb593b88cb0c411690b4957850058329526d87b.tar.gz pytorch-6cb593b88cb0c411690b4957850058329526d87b.tar.bz2 pytorch-6cb593b88cb0c411690b4957850058329526d87b.zip |
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
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |