We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 366a41f + 72a2360 commit 699f911Copy full SHA for 699f911
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
source actions-ci/install.sh
36
- name: Pip install pylint, black, & Sphinx
37
run: |
38
- pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
+ pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme
39
- name: Library version
40
run: git describe --dirty --always --tags
41
- name: Check formatting
0 commit comments