From 309b10eef73c84196361ba69ff688da96ab8684b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 25 Sep 2020 15:46:26 +0200 Subject: [PATCH] CI: Pin `black` version to latest upstream release (cherry picked from commit 41c735fe5016285a8f0ce1175c1e8c5ab8c451af) --- .github/workflows/static_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index ce7ad101fc0..ab581f31a3e 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -13,7 +13,7 @@ jobs: run: | sudo apt-get update -qq sudo apt-get install -qq dos2unix recode clang-format - sudo pip3 install black pygments + sudo pip3 install black==20.8b1 pygments - name: File formatting checks (file_format.sh) run: |