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:
parent
5aba9c71c4
commit
4e02ce2b29
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -34,9 +34,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: adafruit/actions-ci-circuitpython-libs
|
repository: adafruit/actions-ci-circuitpython-libs
|
||||||
path: actions-ci
|
path: actions-ci
|
||||||
- name: Install deps
|
- name: Install dependencies
|
||||||
|
# (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 pylint, black, & Sphinx
|
||||||
|
run: |
|
||||||
|
pip install --force-reinstall pylint==1.9.2 black==19.10b0 Sphinx sphinx-rtd-theme
|
||||||
- name: Library version
|
- name: Library version
|
||||||
run: git describe --dirty --always --tags
|
run: git describe --dirty --always --tags
|
||||||
- name: PyLint
|
- name: PyLint
|
||||||
|
Loading…
Reference in New Issue
Block a user