Skip to content

Commit 699f911

Browse files
authored
Merge pull request #99 from makermelissa/master
Allow latest release of black to run
2 parents 366a41f + 72a2360 commit 699f911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
source actions-ci/install.sh
3636
- name: Pip install pylint, black, & Sphinx
3737
run: |
38-
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
38+
pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme
3939
- name: Library version
4040
run: git describe --dirty --always --tags
4141
- name: Check formatting

0 commit comments

Comments
 (0)