Skip to content

Commit

Permalink
Merge pull request #4 from sommersoft/build_yml_local_pip
Browse files Browse the repository at this point in the history
Bring build.yml To New Standard Version
  • Loading branch information
kattni authored Mar 5, 2020
2 parents df145c9 + d0871bb commit 360da66
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: Check formatting
Expand Down

0 comments on commit 360da66

Please sign in to comment.