Skip to content

Commit

Permalink
Fix temporary hack to check out a specific version of dmlab2d that wa…
Browse files Browse the repository at this point in the history
…s erroneously committed into `install.sh`.

PiperOrigin-RevId: 493952136
Change-Id: I49ef3d546546c2f6f9ee826707f5ba4783ce0d51
  • Loading branch information
duenez authored and copybara-github committed Dec 8, 2022
1 parent 706087b commit f65932a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f65932a

Please sign in to comment.