Skip to content

Commit 9c499ad

Browse files
Apply suggestion from @ntkathole
Co-authored-by: Nikhil Kathole <nikhilkathole2683@gmail.com>
1 parent 9552822 commit 9c499ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/cache@v4
2727
with:
2828
path: sdk/python/.mypy_cache
29-
key: mypy-${{ runner.os }}-py${{ env.PYTHON }}-${{ hashFiles('pyproject.toml', 'uv.lock', 'requirements*.txt', 'mypy.ini', 'setup.cfg') }}
29+
key: mypy-${{ runner.os }}-py${{ env.PYTHON }}-${{ hashFiles('pyproject.toml', 'setup.py', 'sdk/python/pyproject.toml', 'sdk/python/requirements/*.txt') }}
3030
restore-keys: |
3131
mypy-${{ runner.os }}-py${{ env.PYTHON }}-
3232
mypy-${{ runner.os }}-

0 commit comments

Comments
 (0)