We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0711a2f + a2da942 commit 8602812Copy full SHA for 8602812
.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