From 6a183669431bc69d2f570d4855611507d89e195c Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Wed, 3 Apr 2024 14:35:43 +0200 Subject: [PATCH] change pytest command (2) --- .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 7480953..72f6743 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: run: mypy -p simplemma -p training -p tests - name: Test with pytest - run: pytest -p simplemma --cov=./ --cov-report=xml + run: python3 -m pytest --cov=./ --cov-report=xml # coverage - name: Upload coverage to Codecov