Skip to content

Commit 4674dc5

Browse files
authored
Fixactions/cache in ci.yml (#783)
1 parent d4b09e6 commit 4674dc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- uses: actions/cache@v1
20+
- uses: actions/cache@v2
2121
with:
2222
path: ~/.cache/pip
23-
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
23+
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
2424
restore-keys: |
2525
${{ runner.os }}-pip-
2626
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)