From aa2dad3bd37edfe3f4c92e9442301b0d1f4345f2 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 08:11:23 -0700 Subject: [PATCH] pytest added --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b175ce2..bcfe6d4f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,7 @@ jobs: install-command: echo "Running core tests, installing dependencies with poetry..." poetry install + pip install pytest - name: Run core tests run: pytest shell: bash @@ -43,6 +44,7 @@ jobs: install-command: | echo "Running core tests, installing dependencies with poetry..." poetry install + pip install pytest - name: Run core tests run: pytest shell: bash