1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

CI: Pin black version to latest upstream release

(cherry picked from commit 41c735fe50)
This commit is contained in:
Rémi Verschelde
2020-09-25 15:46:26 +02:00
parent aaf0b32e91
commit 309b10eef7

View File

@@ -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: |