Skip to content

Commit

Permalink
Reset cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Sep 20, 2023
1 parent 8c5ab2b commit 46e0103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
uses: actions/cache@v3
with:
path: ./venv
key: ${{ matrix.name }}-pip-${{ hashFiles('requirements.txt') }}
key: ${{ matrix.name }}-v1-pip-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ matrix.name }}-pip-
${{ matrix.name }}-v1-pip-
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 46e0103

Please sign in to comment.