fix name label
This commit is contained in:
parent
abdd8062bf
commit
356646dc40
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
|
||||
run: |
|
||||
source actions-ci/install.sh
|
||||
- name: Pip install pylint==2.7.1, black, & Sphinx
|
||||
- name: Pip install pylint, black, & Sphinx
|
||||
run: |
|
||||
pip install --force-reinstall pylint==2.7.1 black Sphinx sphinx-rtd-theme
|
||||
- name: Library version
|
||||
|
|
|
|||
Loading…
Reference in a new issue