From eecdc5661daa26216794c699744939b1b7c9530d Mon Sep 17 00:00:00 2001 From: Semantic Versioner Date: Sat, 22 Jul 2023 04:51:42 -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 b8482e9..b5e0b1e 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 cov-report + pip install pytest cov-report pip install -r requirements.txt - name: pytest