Add poetry to dependencies

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

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