Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(travis): Install virtualenv for nightly build upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybilinski committed Nov 22, 2020
1 parent 533f25e commit bd5bdf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/cirp/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd5bdf1

Please sign in to comment.