Skip to content

Commit

Permalink
Merge pull request #3459 from honnix/patch-1
Browse files Browse the repository at this point in the history
Disabled poetry experimental new installer
  • Loading branch information
jurre authored Apr 8, 2021
2 parents 3656c3d + 8fd69f2 commit bc9612b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/helpers/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ cp -r \
cd "$install_dir"
PYENV_VERSION=2.7.18 pyenv exec pip install -r "requirements.txt"
PYENV_VERSION=3.9.4 pyenv exec pip install -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.9.4 pyenv exec poetry config experimental.new-installer false

0 comments on commit bc9612b

Please sign in to comment.