From 19c3c429d29971dd8ab32f37addc3b9c2a3ee8fe Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 22 Oct 2024 12:19:46 +0100 Subject: [PATCH] removed redundant requirements file from github actions unit test --- .github/workflows/unit_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 339a3429..39d285f2 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -35,7 +35,6 @@ jobs: - name: Run tests with pytest run: | pip install -r model_data/requirements/dev.txt - pip install -r backend/requirements/base.txt pytest # - name: Upload coverage to Codecov # uses: codecov/codecov-action@v2