fix ci by adding pip black install
Some checks failed
Tests / Tests (pull_request) Failing after 8s

This commit is contained in:
2026-01-30 14:21:17 -08:00
parent aba0b16a51
commit 272e754510

View File

@@ -9,6 +9,7 @@ for proto in $(find ./rbproto -iname '*.proto'); do
protoc -I=./rbproto --python_out=./rbproto/python --pyi_out=./rbproto/python ./rbproto/shot.proto
yarn pbjs ./rbproto/shot.proto --ts ./rbproto/ts/shot.ts
done
pip install black >/dev/null 2>&1 || true
black rbproto/python
prettier ./rbproto --write