Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
awk -F '\/' '{ print tolower($2) }' |
tr '_' '-'
)
- name: Set up Python 3.7
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.x
- name: Versions
run: |
python3 --version
Expand All @@ -42,11 +42,16 @@ jobs:
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
run: |
source actions-ci/install.sh
- name: Pip install Sphinx
- name: Pip install pylint, Sphinx, pre-commit
run: |
pip install --force-reinstall Sphinx sphinx-rtd-theme sphinx-autoapi
pip install --force-reinstall pylint Sphinx sphinx-rtd-theme pre-commit sphinx-autoapi
- name: Library version
run: git describe --dirty --always --tags
- name: Setup problem matchers
uses: adafruit/circuitpython-action-library-ci-problem-matchers@v1
- name: Pre-commit hooks
run: |
pre-commit run --all-files
- name: Clone and build circuitpython unix port
run: |
set -e
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/pre-commit.yml

This file was deleted.