From 617d4ccafe4ecdbeb63ddbd52186a5467ec83920 Mon Sep 17 00:00:00 2001 From: Joao Carvalho Date: Fri, 17 Nov 2023 08:33:41 +0100 Subject: [PATCH] Fix git pull of submodules. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e3200e3..a46393d 100644 --- a/setup.sh +++ b/setup.sh @@ -8,7 +8,7 @@ if [ ! -d $ISAACGYM_DIR ]; then exit fi -git submodule update --init --recursive --progress +git submodule update --init --recursive --remote --progress export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True