pin pylint

This commit is contained in:
John Furcean 2021-10-06 17:02:20 -04:00
parent 8ad9381f8f
commit abdd8062bf

View file

@ -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