We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00db106 + 356646d commit 9a75043Copy full SHA for 9a75043
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
source actions-ci/install.sh
36
- name: Pip install pylint, black, & Sphinx
37
run: |
38
- pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme
+ pip install --force-reinstall pylint==2.7.1 black Sphinx sphinx-rtd-theme
39
- name: Library version
40
run: git describe --dirty --always --tags
41
- name: Check formatting
0 commit comments