From e6168b339cd26143990562fe7344164b96c10cc7 Mon Sep 17 00:00:00 2001 From: Bendik Brenne Date: Wed, 11 Sep 2024 06:03:10 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 63088ce..0f15ed9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -28,7 +28,7 @@ jobs: - name: 🏗 Install dependencies run: poetry install --no-interaction - name: Run tests - run: pytest --cov + run: poetry run pytest --cov - name: Upload results to Codecov uses: codecov/codecov-action@v4 with: