From 46466302a96b7717a20848060921fc3843c755da Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 1 Feb 2023 15:45:12 +0100 Subject: Pin black to 22.12.0 to avoid spurious style changes (#35282) We need to sync changes on major versions with spackbot, to avoid the bot saying everything is allright and have CI failing nonetheless. --- .github/workflows/valid-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml index e59e8dcd28..deacc52262 100644 --- a/.github/workflows/valid-style.yml +++ b/.github/workflows/valid-style.yml @@ -44,7 +44,7 @@ jobs: cache: 'pip' - name: Install Python packages run: | - python3 -m pip install --upgrade pip six setuptools types-six black mypy isort clingo flake8 + python3 -m pip install --upgrade pip six setuptools types-six black==22.12.0 mypy isort clingo flake8 - name: Setup git configuration run: | # Need this for the git tests to succeed. -- cgit v1.2.3-60-g2f50