We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6118d5f + 19a51cb commit 6e71c6aCopy full SHA for 6e71c6a
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
source actions-ci/install.sh
41
- name: Pip install pylint, black, & Sphinx
42
run: |
43
- pip install --force-reinstall pylint==1.9.2 black==19.10b0 Sphinx sphinx-rtd-theme
+ pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
44
- name: Library version
45
run: git describe --dirty --always --tags
46
- name: PyLint
0 commit comments