From 0839a6bc9175b548af95895325a123cf6b4368b1 Mon Sep 17 00:00:00 2001 From: Lukas Valentin Graf <30413792+lukasValentin@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:38:07 +0100 Subject: [PATCH] add pytest installation --- .github/workflows/test-release-candidate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-release-candidate.yaml b/.github/workflows/test-release-candidate.yaml index d8d16fe..ad25857 100644 --- a/.github/workflows/test-release-candidate.yaml +++ b/.github/workflows/test-release-candidate.yaml @@ -87,6 +87,7 @@ jobs: - name: Test with pytest run: | + python -m pip install pytest python -m pytest --cov=package_name --cov-report term --cov-report xml --cov-config .coveragerc --junitxml=testresults.xml - name: Upload coverage to Codecov