Skip to content

Commit 419a672

Browse files
authored
hmm... not enough =
1 parent 07596ae commit 419a672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
source actions-ci/install.sh
4141
- name: Pip install pylint, black, & Sphinx
4242
run: |
43-
pip install --force-reinstall pylint black=19.10b0 Sphinx sphinx-rtd-theme
43+
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
4444
- name: Library version
4545
run: git describe --dirty --always --tags
4646
- name: Check formatting
4747
run: |
48-
black --check --target-version==py35
48+
black --check --target-version=py35
4949
- name: PyLint
5050
run: |
5151
pylint $( find . -path './neopixel.py' )

0 commit comments

Comments
 (0)