From 7fe3f653b522e97014d21da3a769f1f1853eb33b Mon Sep 17 00:00:00 2001 From: Edgar Ruiz Date: Tue, 15 Oct 2024 17:44:31 -0500 Subject: [PATCH] Simplifies pytest call --- .github/workflows/python-tests.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yaml b/.github/workflows/python-tests.yaml index 3da0cbf..afb9c3a 100644 --- a/.github/workflows/python-tests.yaml +++ b/.github/workflows/python-tests.yaml @@ -25,5 +25,4 @@ jobs: pip install -r python/requirements.txt - name: Test with pytest run: | - pip install pytest pytest-cov - pytest python --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html + pytest python