mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
CI: Pin black
version to latest upstream release
(cherry picked from commit 41c735fe50
)
This commit is contained in:
parent
aaf0b32e91
commit
309b10eef7
2
.github/workflows/static_checks.yml
vendored
2
.github/workflows/static_checks.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user