We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232f6e6 commit d54de4bCopy full SHA for d54de4b
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
export PYTHONPATH=./stub
42
mkdir test-reports
43
python3 -m unittest test/coderbot_test.py 2>&1 | tee test-reports/test_report.txt
44
- python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt
+ #python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt
45
python3 -m unittest test/camera_test.py 2>&1 | tee test-reports/test_report.txt
46
echo "test complete"
47
- store_artifacts:
0 commit comments