Skip to content

Commit

Permalink
fix osx ci
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Feb 4, 2019
1 parent 770462a commit 18eef1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 18eef1d

Please sign in to comment.