We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa92a2 + aa25b5f commit 50d28baCopy full SHA for 50d28ba
.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