summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2023-02-01 15:45:12 +0100
committerGitHub <noreply@github.com>2023-02-01 15:45:12 +0100
commit46466302a96b7717a20848060921fc3843c755da (patch)
treed2e7a74377eff13d34cd3bcff22ce868a6ac93af /.github
parent5e39acea164c3883168515caf3a45f70691f3602 (diff)
downloadspack-46466302a96b7717a20848060921fc3843c755da.tar.gz
spack-46466302a96b7717a20848060921fc3843c755da.tar.bz2
spack-46466302a96b7717a20848060921fc3843c755da.tar.xz
spack-46466302a96b7717a20848060921fc3843c755da.zip
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/valid-style.yml2
1 files changed, 1 insertions, 1 deletions
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.