Skip to content

Commit

Permalink
Merge pull request #5838 from dependabot/remove-poetry-thread-safety-…
Browse files Browse the repository at this point in the history
…issue-workaround

Stop disabling new `poetry` installer
  • Loading branch information
jeffwidman authored Oct 7, 2022
2 parents f00571a + 9e50899 commit c8a843a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/helpers/build
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8a843a

Please sign in to comment.