Skip to content

Commit

Permalink
Merge pull request #10 from adafruit/pylint-update
Browse files Browse the repository at this point in the history
Re-added --force-reinstall
  • Loading branch information
kattni committed Mar 10, 2020
2 parents b63b75e + 37bdb96 commit 2b697c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b697c2

Please sign in to comment.