mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-10 05:17:46 +08:00
Fixes bug in integration test setup which was making travis fail.
PiperOrigin-RevId: 332020695
This commit is contained in:
committed by
Diego de Las Casas
parent
0d8c06196b
commit
603a238733
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user