add poetry

This commit is contained in:
Jonathan Wren 2020-11-07 12:37:23 -08:00
parent f892a816be
commit 05d42179bd
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -22,6 +22,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
pip install poetry
poetry install
- name: Test with pytest
run: |