From 7a233941418a04b923ab43d8e804d8a9c501f96e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Carvalho?= Date: Mon, 20 Nov 2023 09:27:15 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/setup.sh b/setup.sh index b5cde8a..45bb4df 100644 --- a/setup.sh +++ b/setup.sh @@ -8,18 +8,6 @@ if [ ! -d $ISAACGYM_DIR ]; then exit fi - -cd $DEPS_DIR -find . ! -name 'isaacgym' -type f -exec rm -rf {} + - -cd $ROOT_DIR - -git submodule sync -git pull --recurse-submodules -git submodule update --init --recursive --remote --progress - - - export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True eval "$(~/miniconda3/bin/conda shell.bash hook)"