Browse Source

fix(travis): Install virtualenv for nightly build upload script

reviewable/pr6210/r2
Anthony Bilinski 5 years ago
parent
commit
a68f5bcc6f
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 1
      .travis/cirp/install.sh

1
.travis/cirp/install.sh

@ -11,6 +11,7 @@ then @@ -11,6 +11,7 @@ then
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
brew upgrade python || true
pip3 install virtualenv || true
python --version || true
python3 --version || true

Loading…
Cancel
Save