Re-added --force-reinstall

This commit is contained in:
dherrada 2020-03-12 13:59:38 -04:00
parent b2ab0d2f8c
commit fa9d4e6238

View file

@ -40,7 +40,7 @@ jobs:
source actions-ci/install.sh
- name: Pip install pylint, black, & Sphinx
run: |
pip install pylint black==19.10b0 Sphinx sphinx-rtd-theme
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
- name: Library version
run: git describe --dirty --always --tags
- name: PyLint