Add poetry to dependencies

pull/229/head
aristocratos 4 years ago
parent 5eeff30b5f
commit b6d177d62c

@ -20,6 +20,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install tox tox-gh-actions poetry
- name: Test with tox
run: tox
Loading…
Cancel
Save