From 41417efeebb63c74d08dbccbdfb5d6ba14e2004f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Mon, 12 Sep 2022 18:00:19 +0200 Subject: [PATCH] :recycle: remove hacks --- tools/create_env.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/create_env.sh b/tools/create_env.sh index 6fc40f54e2..22cc852089 100755 --- a/tools/create_env.sh +++ b/tools/create_env.sh @@ -192,8 +192,6 @@ main () { echo -e "${BIGreen}>>>${RST} Post-venv creation fixes ..." local openpype_index=$("$POETRY_HOME/bin/poetry" run python "$openpype_root/tools/parse_pyproject.py" tool.poetry.source.0.url) echo -e "${BIGreen}- ${RST} Using index: ${BIWhite}$openpype_index${RST}" - "$POETRY_HOME/bin/poetry" run pip install setuptools==49.6.0 - "$POETRY_HOME/bin/poetry" run pip install --disable-pip-version-check --force-reinstall wheel "$POETRY_HOME/bin/poetry" run python -m pip install --disable-pip-version-check --force-reinstall pip }