Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2ab0d2

Browse files
committedMar 9, 2020
Set Pylint to most recent version
1 parent 6c96ab8 commit b2ab0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
source actions-ci/install.sh
4141
- name: Pip install pylint, black, & Sphinx
4242
run: |
43-
pip install --force-reinstall pylint==1.9.2 black==19.10b0 Sphinx sphinx-rtd-theme
43+
pip install pylint black==19.10b0 Sphinx sphinx-rtd-theme
4444
- name: Library version
4545
run: git describe --dirty --always --tags
4646
- name: PyLint

0 commit comments

Comments
 (0)
Please sign in to comment.