upgrade poetry if already installed

This commit is contained in:
Jonathan Wren 2020-02-29 15:05:31 -08:00
parent 4d768ae433
commit c769b9ef7f
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -13,7 +13,7 @@ before_install:
- date
install:
- pip install poetry
- pip install --upgrade poetry
- poetry install
- poetry run python --version