Fixes bug in integration test setup which was making travis fail.

PiperOrigin-RevId: 332020695
This commit is contained in:
Alvaro Sanchez-Gonzalez
2020-09-16 17:17:09 +01:00
committed by Diego de Las Casas
parent 0d8c06196b
commit 603a238733
+1 -1
View File
@@ -21,7 +21,7 @@ set -x
TMP_DIR=`mktemp -d`
virtualenv --python=python3.7 "${TMP_DIR}/learning_to_simulate"
virtualenv --python=python3.6 "${TMP_DIR}/learning_to_simulate"
source "${TMP_DIR}/learning_to_simulate/bin/activate"
# Install dependencies.