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

Commit 958907b

Browse files
try to use pip cache
1 parent 486de3c commit 958907b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
architecture: x64
3333
cache: 'pip'
3434
- run: pip install -r requirements.txt
35-
pylint:
35+
lint:
3636
runs-on: ubuntu-latest
3737
needs: setup-environment
3838
steps:
39+
with:
40+
cache: 'pip'
3941
- uses: actions/checkout@v2
4042
- name: Install dependencies
4143
run: pylint ./examples/*/app.py ./examples/*/*

0 commit comments

Comments
 (0)