From 4a277ab03ffc8ccaedaab37ef4e7656906c8ecf8 Mon Sep 17 00:00:00 2001 From: Yves Chevallier Date: Wed, 9 Oct 2024 18:16:01 +0200 Subject: [PATCH] Run tox through poetry --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d14f1eb..9323ebb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Lint with Ruff run: poetry run ruff check . - name: Test with tox - run: tox + run: poetry run tox - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 documentation: