Skip to content

Commit c06f211

Browse files
committed
Fix poetry cache using the wrong file
1 parent 393c5a3 commit c06f211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/cache@v2
6969
with:
7070
path: ~/.cache/pip
71-
key: ${{ runner.os }}-python-${{ hashFiles('**/poetry.lock') }}
71+
key: ${{ runner.os }}-python-${{ hashFiles('**/pyproject.toml') }}
7272
restore-keys: |
7373
${{ runner.os }}-python-
7474
- run: |

0 commit comments

Comments
 (0)