Pin poetry to 1.1

This commit is contained in:
Edoardo Pirovano 2022-08-31 13:06:02 +01:00
parent 693b97bf50
commit 8c692b37a0
No known key found for this signature in database
GPG key ID: 047556B5D93FFE28
3 changed files with 5 additions and 4 deletions

View file

@ -8,6 +8,6 @@ py -3 -m pip install --user --upgrade pip setuptools wheel
py -2 -m pip install --user 'virtualenv<20.11'
py -3 -m pip install --user 'virtualenv<20.11'
# poetry 1.0.10 has error (https://github.com/python-poetry/poetry/issues/2711)
py -3 -m pip install --user poetry!=1.0.10
# We aren't compatible with poetry 1.2
py -3 -m pip install --user "poetry>=1.1,<1.2"
py -3 -m pip install --user pipenv