Skip to content

Commit

Permalink
install_osx: try removing sudo from brew commands (#1426)
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored and jslee02 committed Nov 17, 2019
1 parent 07fd1a1 commit 9192c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/install_osx.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -ex

sudo -u $(logname) brew update > /dev/null
sudo -u $(logname) brew bundle || sudo -u $(logname) brew bundle
brew update > /dev/null
brew bundle || brew bundle

pip3 install -U pytest

0 comments on commit 9192c38

Please sign in to comment.