うみゅ commited on
Commit
ddd80ea
·
unverified ·
1 Parent(s): 997b7f4

Update pylint.yml

Browse files

pip install -r requirements.txt

Files changed (1) hide show
  1. .github/workflows/pylint.yml +1 -0
.github/workflows/pylint.yml CHANGED
@@ -18,6 +18,7 @@ jobs:
18
  run: |
19
  python -m pip install --upgrade pip
20
  pip install pylint
 
21
  - name: Analysing the code with pylint
22
  run: |
23
  pylint $(git ls-files '*.py')
 
18
  run: |
19
  python -m pip install --upgrade pip
20
  pip install pylint
21
+ pip install -r requirements.txt
22
  - name: Analysing the code with pylint
23
  run: |
24
  pylint $(git ls-files '*.py')