Add poetry to dependencies

pull/229/head
aristocratos 2021-01-02 22:34:42 +01:00
parent 5eeff30b5f
commit b6d177d62c
1 changed files with 1 additions and 1 deletions

View File

@ -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