Skip to content

Commit

Permalink
Fix python2 env too
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy committed Feb 11, 2020
1 parent 2202afa commit b739c90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/gcp/container/component_sdk/python/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pip install -U tox virtualenv
tox "$@"
# six>=1.12.0 is required by virtualenv
pip install -U six>=1.12.0 tox virtualenv
tox "$@"

0 comments on commit b739c90

Please sign in to comment.