Skip to content

Commit 6d6d07e

Browse files
committed
[skip ci] fix linter
1 parent ff4233d commit 6d6d07e

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: cache
2828
with:
2929
path: ${{ env.pythonLocation }}
30-
key: ${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
30+
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
3131

3232
- name: Install pip Dependencies
3333
if: steps.cache.outputs.cache-hit != 'true'

requirements.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)