Skip to content

Commit 6d38a58

Browse files
committed
tests need all the prereqs, too
1 parent 9e273e5 commit 6d38a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pylint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install pylint mysqlclient
21+
pip install pylint mysqlclient black
2222
- name: Check for compile errors with pylint
2323
run: |
2424
pylint -E $(git ls-files '*.py')

0 commit comments

Comments
 (0)