Re-added pylint install to build.yml
Signed-off-by: dherrada <dylan.herrada@adafruit.com>
This commit is contained in:
parent
d13fe39bc5
commit
fc8b488dbf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -42,9 +42,9 @@ jobs:
|
||||||
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
|
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
|
||||||
run: |
|
run: |
|
||||||
source actions-ci/install.sh
|
source actions-ci/install.sh
|
||||||
- name: Pip install Sphinx, pre-commit
|
- name: Pip install pylint, Sphinx, pre-commit
|
||||||
run: |
|
run: |
|
||||||
pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
|
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit
|
||||||
- name: Library version
|
- name: Library version
|
||||||
run: git describe --dirty --always --tags
|
run: git describe --dirty --always --tags
|
||||||
- name: Pre-commit hooks
|
- name: Pre-commit hooks
|
||||||
|
|
Loading…
Reference in a new issue