From f3f90fa4d3998bdf8bdc4b1b909c3f53badc1490 Mon Sep 17 00:00:00 2001 From: Jez Swann Date: Thu, 14 Mar 2024 08:37:13 +0000 Subject: [PATCH] testing with pytest through python -m --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 7946a260..78d90021 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -60,7 +60,7 @@ jobs: if: runner.os == 'Linux' run: | source /usr/local/Modules/init/sh - pytest --cov=. --cov-report html -cov-config=jade.coveragerc | tee pytest_output.log + python -m pytest --cov=. --cov-report html -cov-config=jade.coveragerc | tee pytest_output.log # Activate environment and run pytest - name: Testing - Windows