From f40a7163ba2a1e8c99b42bc366fa9b48dee2ed7d Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Wed, 8 Sep 2021 10:49:12 +0200 Subject: [PATCH] updated tox --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d56e06..4341ca4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,9 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: install deps - run: python -m pip install tox + run: python -m pip install tox poetry - name: test - run: python -m tox -p + run: tox -e test - name: upload cov uses: codecov/codecov-action@v1 with: