diff --git a/script/cibuild b/script/cibuild index 7af22fea..35dc8d4e 100755 --- a/script/cibuild +++ b/script/cibuild @@ -19,5 +19,8 @@ RUN_PYTHON_TESTS="true" # Compile assets yarn build +# Check python formatting +source .script/format check + # Run the shared test script source ./script/include/run_test