From: Kattni Rembor Date: Tue, 13 Jul 2021 19:10:13 +0000 (-0400) Subject: Pin Pylint. X-Git-Tag: 6.11.0^2~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/63cbec2a934033d7676f9dd6fd6278740bdae743 Pin Pylint. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f00cbfe..95bdea1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: source actions-ci/install.sh - name: Pip install pylint, black, & Sphinx run: | - pip install --force-reinstall pylint black Sphinx sphinx-rtd-theme + pip install --force-reinstall pylint==2.7.1 black Sphinx sphinx-rtd-theme - name: Library version run: git describe --dirty --always --tags - name: Check formatting