Skip to content

Commit

Permalink
add delete old cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitElma committed Aug 23, 2024
1 parent ac9024c commit af9af47
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pythonpip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit af9af47

Please sign in to comment.