From b6d177d62c57da1a81bbed8969b2d3e5608736c7 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 2 Jan 2021 22:34:42 +0100 Subject: [PATCH] Add poetry to dependencies --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 328c1b7..e2bb421 100644 --- a/.github/workflows/testing.yml +++ b/.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 \ No newline at end of file