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

Commit 9a13040

Browse files
try to use pip cache
1 parent 433935a commit 9a13040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
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-
- uses: actions/checkout@v2
4039
- name: Execute lint
40+
uses: actions/checkout@v2
4141
with:
4242
cache: 'pip'
4343
run: pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)