From 7d68c2bb8e7e92b45b365bfe1d480565bc1b9b10 Mon Sep 17 00:00:00 2001 From: YigitElma Date: Fri, 23 Aug 2024 15:47:12 -0400 Subject: [PATCH] add delete old cache files --- .github/workflows/pythonpip.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pythonpip.yml b/.github/workflows/pythonpip.yml index 49d2a10e2c..7b40323208 100644 --- a/.github/workflows/pythonpip.yml +++ b/.github/workflows/pythonpip.yml @@ -31,13 +31,13 @@ jobs: with: python-version: ${{ matrix.python-version }} - # - name: Delete old cached file with same python version - # run: | - # echo "Current Cached files list" - # gh cache list - # gh cache delete ${{ runner.os }}-venv-${{ matrix.python-version }}- - # echo "After Deletion Cached files list" - # gh cache list + - name: Delete old cached file with same python version + run: | + echo "Current Cached files list" + gh cache list + gh cache delete ${{ runner.os }}-venv-${{ matrix.python-version }}- + echo "After Deletion Cached files list" + gh cache list - name: Set up virtual environment run: |