Skip to content

Commit

Permalink
fix cache for windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Aug 10, 2020
1 parent ae4ce17 commit db6273c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
id: cache
with:
path: |
.cache/pip
eggs
${{ github.workspace }}/.cache/pip
${{ github.workspace }}/eggs
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'constraints.txt', 'buildout.cfg', 'setup.*') }}
restore-keys: |
${{ runner.os }}-test
Expand Down

0 comments on commit db6273c

Please sign in to comment.