From 8a44016f99d6d43641e39bbcbcb2d8179d03de0f Mon Sep 17 00:00:00 2001 From: Siva Thandayuthapani Date: Thu, 5 Oct 2023 11:54:52 +0530 Subject: [PATCH] Removing pip cache --- .github/workflows/L1-unit_tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/L1-unit_tests.yml b/.github/workflows/L1-unit_tests.yml index a2ddd1e..5ef9f47 100644 --- a/.github/workflows/L1-unit_tests.yml +++ b/.github/workflows/L1-unit_tests.yml @@ -27,7 +27,6 @@ jobs: uses: actions/setup-python@v3 with: python-version: '3.x' - cache: 'pip' - run: pip install -r Bundlegen/requirements.txt pip install --editable Bundlegen/ pip install coverage @@ -65,4 +64,4 @@ jobs: name: artifacts path: | Bundlegen/unit_tests/L1_testing/test_files/htmlcov/* - if-no-files-found: warn \ No newline at end of file + if-no-files-found: warn