Skip to content

Commit

Permalink
Merge pull request #6 from adafruit/pylint-update
Browse files Browse the repository at this point in the history
Pylint update
  • Loading branch information
kattni committed Mar 12, 2020
2 parents 7aa92a2 + aa25b5f commit 50d28ba
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 50d28ba

Please sign in to comment.