Skip to content

Commit 9a75043

Browse files
authored
Merge pull request #186 from jfurcean/pin_pylint
Pin PyLint
2 parents 00db106 + 356646d commit 9a75043

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
@@ -35,7 +35,7 @@ jobs:
3535
source actions-ci/install.sh
3636
- name: Pip install pylint, black, & Sphinx
3737
run: |
38-
pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme
38+
pip install --force-reinstall pylint==2.7.1 black Sphinx sphinx-rtd-theme
3939
- name: Library version
4040
run: git describe --dirty --always --tags
4141
- name: Check formatting

0 commit comments

Comments
 (0)