CI: Pin black
version to latest upstream release
(cherry picked from commit 41c735fe50
)
This commit is contained in:
parent
aaf0b32e91
commit
309b10eef7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static_checks.yml
vendored
2
.github/workflows/static_checks.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update -qq
|
sudo apt-get update -qq
|
||||||
sudo apt-get install -qq dos2unix recode clang-format
|
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)
|
- name: File formatting checks (file_format.sh)
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue