Enable Travis tests for option_keyboard

PiperOrigin-RevId: 368228512
This commit is contained in:
Alistair Muldal
2021-04-13 17:16:26 +01:00
committed by Diego de Las Casas
parent 76f6a815ff
commit 582b26587f
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -13,8 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
python3 -m venv ok_venv
source ok_venv/bin/activate
python3 -m venv /tmp/ok_venv
source /tmp/ok_venv/bin/activate
pip install -U pip
pip install -r option_keyboard/requirements.txt
python3 -m option_keyboard.run_dqn_test