Merge pull request #1258 from github/rasmuswl/poetry-v1.2
python-setup: Add support for Poetry 1.2
This commit is contained in:
commit
417059fdb2
4 changed files with 23 additions and 10 deletions
|
|
@ -8,6 +8,5 @@ py -3 -m pip install --user --upgrade pip setuptools wheel
|
|||
py -2 -m pip install --user 'virtualenv!=20.12.0'
|
||||
py -3 -m pip install --user virtualenv
|
||||
|
||||
# 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 "poetry>=1.1"
|
||||
py -3 -m pip install --user pipenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue