Fix git pull of submodules.
This commit is contained in:
parent
87792909df
commit
617d4ccafe
2
setup.sh
2
setup.sh
@ -8,7 +8,7 @@ if [ ! -d $ISAACGYM_DIR ]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git submodule update --init --recursive --progress
|
git submodule update --init --recursive --remote --progress
|
||||||
|
|
||||||
|
|
||||||
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
|
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user