From 0b06f3fefcf928e30aa80d134615ee2d17d0d125 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Mon, 17 Jul 2023 13:52:12 -0400 Subject: [PATCH] ci: fix test workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56f374d..e39c2a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,6 @@ jobs: - name: Install dependencies run: poetry install - name: Test - run: pytest -svv --cov=bento_notification_service --cov-branch + run: poetry run pytest -svv --cov=bento_notification_service --cov-branch - name: Upload coverage to Codecov uses: codecov/codecov-action@v3