diff --git a/python/helpers/build b/python/helpers/build index 7234d689ea6..3c861ed55ea 100755 --- a/python/helpers/build +++ b/python/helpers/build @@ -19,8 +19,3 @@ cp -r \ cd "$install_dir" PYENV_VERSION=3.10.6 pyenv exec pip --disable-pip-version-check install --use-pep517 -r "requirements.txt" - -# Workaround of https://github.com/python-poetry/poetry/issues/3010 -# By default poetry config file is stored under ~/.config/pypoetry -# and is not bound to any specific Python version -PYENV_VERSION=3.10.6 pyenv exec poetry config experimental.new-installer false