From f65932add347688da076fc3db9db2e80d9dfd7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Du=C3=A9=C3=B1ez-Guzm=C3=A1n?= Date: Thu, 8 Dec 2022 11:36:11 -0800 Subject: [PATCH] Fix temporary hack to check out a specific version of dmlab2d that was erroneously committed into `install.sh`. PiperOrigin-RevId: 493952136 Change-Id: I49ef3d546546c2f6f9ee826707f5ba4783ce0d51 --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 8864a88d..4607423b 100755 --- a/install.sh +++ b/install.sh @@ -48,10 +48,6 @@ function check_setup() { function install_dmlab2d() { echo -e "\nCloning dmlab2d..." git clone https://github.com/deepmind/lab2d - echo -e "\nSetting version to the Nov 22nd one..." - cd lab2d - git checkout 43a75e7c84de21061a35b3e5279e59fb999afbad - cd .. echo -e "\nInstalling dmlab2d requirements..." pip install --upgrade pip packaging