Merge pull request #808 from wren/unpin-poetry

Unpin poetry
This commit is contained in:
micahellison 2020-01-25 12:26:04 -08:00 committed by GitHub
commit 0e5581c4ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ before_install:
- date
install:
- pip install poetry~=0.12.17
- pip install poetry
- poetry install
- poetry run python --version