Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 433935a

Browse files
try to use pip cache
1 parent 958907b commit 433935a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: setup-environment
3838
steps:
39-
with:
40-
cache: 'pip'
4139
- uses: actions/checkout@v2
42-
- name: Install dependencies
40+
- name: Execute lint
41+
with:
42+
cache: 'pip'
4343
run: pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)