build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh'

Signed-off-by: sommersoft <sommersoft@gmail.com>
This commit is contained in:
sommersoft 2020-03-03 00:28:48 -06:00
parent 5aba9c71c4
commit 4e02ce2b29
1 changed files with 5 additions and 1 deletions

View File

@ -34,9 +34,13 @@ jobs:
with:
repository: adafruit/actions-ci-circuitpython-libs
path: actions-ci
- name: Install deps
- name: Install dependencies
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
run: |
source actions-ci/install.sh
- name: Pip install pylint, black, & Sphinx
run: |
pip install --force-reinstall pylint==1.9.2 black==19.10b0 Sphinx sphinx-rtd-theme
- name: Library version
run: git describe --dirty --always --tags
- name: PyLint