diff --git a/script/cibuild b/script/cibuild index 2d3b099f..7df80828 100755 --- a/script/cibuild +++ b/script/cibuild @@ -16,9 +16,6 @@ PYTHON_FILES="./app.py ./atst/** ./config" # Enable Python testing RUN_PYTHON_TESTS="true" -# Compile assets -yarn build - # Check python formatting source ./script/format check