From 5293ede6938030c3f1aa3a7a158601946de94343 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 19 May 2024 09:23:47 -0600 Subject: [PATCH] fix pytest --- .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 e48ae56..99c3694 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,4 +34,4 @@ jobs: - name: Install dependencies run: poetry install --with=dev - name: Run pytest - run: pytest + run: poetry run pytest