Skip to content

Commit

Permalink
Invalidate old incorrect cache
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum5 committed Jun 2, 2020
1 parent ad5d9a9 commit ef6adc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
key: pip-${{ runner.os }}-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
pip-${{ runner.os }}-
- name: Install unit test dependencies
run: |
pip install wheel
Expand Down

0 comments on commit ef6adc9

Please # to comment.