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