Skip to content

Commit

Permalink
Fix poetry cache using the wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 21, 2021
1 parent 393c5a3 commit c06f211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-python-${{ hashFiles('**/poetry.lock') }}
key: ${{ runner.os }}-python-${{ hashFiles('**/pyproject.toml') }}
restore-keys: |
${{ runner.os }}-python-
- run: |
Expand Down

0 comments on commit c06f211

Please sign in to comment.