pin pylint
This commit is contained in:
parent
8ad9381f8f
commit
abdd8062bf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
source actions-ci/install.sh
|
||||
- name: Pip install pylint==2.7.1, black, & Sphinx
|
||||
run: |
|
||||
pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme
|
||||
pip install --force-reinstall pylint==2.7.1 black Sphinx sphinx-rtd-theme
|
||||
- name: Library version
|
||||
run: git describe --dirty --always --tags
|
||||
- name: Check formatting
|
||||
|
|
|
|||
Loading…
Reference in a new issue