Fix git pull of submodules.

This commit is contained in:
Joao Carvalho 2023-11-17 08:33:41 +01:00
parent 87792909df
commit 617d4ccafe

View File

@ -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