]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Allow latest release of black to run
authorMelissa LeBlanc-Williams <melissa@adafruit.com>
Thu, 10 Sep 2020 23:51:20 +0000 (16:51 -0700)
committerMelissa LeBlanc-Williams <melissa@adafruit.com>
Thu, 10 Sep 2020 23:51:20 +0000 (16:51 -0700)
.github/workflows/build.yml

index b0f79c273442b0faf46272c006a7839c073a3e79..f00cbfe4231e70a782eb36d472f4c7ac4d38e9b4 100644 (file)
@@ -35,7 +35,7 @@ jobs:
         source actions-ci/install.sh
     - name: Pip install pylint, black, & Sphinx
       run: |
-        pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
+        pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme
     - name: Library version
       run: git describe --dirty --always --tags
     - name: Check formatting