We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59bde46 + de629f8 commit 03e4fbfCopy full SHA for 03e4fbf
.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 pylint 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