We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df49c88 + fa9d4e6 commit 1dcda5eCopy full SHA for 1dcda5e
.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