From 4d25ef7719c79f987d3006fb09b0b047882d8ac2 Mon Sep 17 00:00:00 2001 From: Semantic Versioner Date: Sat, 22 Jul 2023 04:52:29 -0400 Subject: [PATCH] GitHub Actions Iterations --- .github/workflows/unittests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittests.yaml b/.github/workflows/unittests.yaml index b5e0b1e..e3f0ffb 100644 --- a/.github/workflows/unittests.yaml +++ b/.github/workflows/unittests.yaml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest cov-report + pip install pytest pytest-cov pip install -r requirements.txt - name: pytest