From cc461c50967c5d2931090762b46141e88ba22980 Mon Sep 17 00:00:00 2001 From: 03bennej Date: Sat, 23 Mar 2024 10:36:22 -0400 Subject: [PATCH] ensure tox run with poetry env --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c5a5fa0..a8cb565 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: pip install tox tox-gh-actions - name: Test with tox - run: tox + run: poetry run tox - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1