Skip to content

Commit

Permalink
build.yml: move pylint, black, and Sphinx installs to each repo; add …
Browse files Browse the repository at this point in the history
…description to 'actions-ci/install.sh'

Signed-off-by: sommersoft <sommersoft@gmail.com>
  • Loading branch information
sommersoft committed Mar 5, 2020
1 parent ce8b6c2 commit bc92b5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc92b5f

Please sign in to comment.