Browse Source

Add poetry to dependencies

pull/229/head
aristocratos 4 years ago
parent
commit
b6d177d62c
  1. 2
      .github/workflows/testing.yml

2
.github/workflows/testing.yml

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