hackathon-ENGIN/scripts/verify.sh
Jakub Famulski 2 8e6dcb750d
All checks were successful
ENGIN CI / Build, test and smoke (push) Successful in 2m58s
prod: load versioned model artifact at runtime
2026-08-25 13:06:14 +02:00

8 lines
200 B
Bash
Executable File

#!/usr/bin/env sh
set -eu
python -m compileall -q app.py engin tests final_pipeline.py scripts
python -m pip check
python -m unittest discover -v
python -m scripts.build_model_artifact --verify-only