Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 204 Bytes

dev.md

File metadata and controls

9 lines (7 loc) · 204 Bytes

test.sh

sudo rm -rf **/pycache && docker build -t test_ml . && docker run --rm -v ${PWD}:/app test_ml sudo docker build -t test_ml .

ci.sh

ls -la ls tests -la pytest ./tests/test_lighting_sm.py