Skip to content

Commit fd45145

Browse files
Update pylint.yml
1 parent 133a491 commit fd45145

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/pylint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ jobs:
1414
uses: actions/setup-python@v3
1515
with:
1616
python-version: ${{ matrix.python-version }}
17-
- uses: actions/cache@v4
18-
id: cache
19-
with:
20-
path: ${{ env.pythonLocation }}
21-
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('requirements.txt') }}
2217
- name: Install dependencies
23-
if: steps.cache.outputs.cache-hit != 'true'
2418
run: |
2519
python -m pip install --upgrade pip
2620
pip install pylint

0 commit comments

Comments
 (0)