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 bdaf885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
id: cache
with:
path: |
.cache/pip
eggs
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'constraints.txt', 'buildout.cfg', 'setup.*') }}
${{ github.workspace }}/.cache/pip
${{ github.workspace }}/eggs
key: ${{ runner.os }}-test-${{ hashFiles('requirements.txt', 'constraints.txt', 'buildout.cfg', 'setup.*') }}
restore-keys: |
${{ runner.os }}-test
- name: Install dependencies
Expand Down

0 comments on commit bdaf885

Please sign in to comment.