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 ce73d61 commit 7cd79a1Copy full SHA for 7cd79a1
.circleci/config.yml
@@ -42,8 +42,8 @@ jobs:
42
export PYTHONPATH=./stub:test
43
mkdir test-reports
44
python3 -m unittest test/coderbot_test.py 2>&1 | tee test-reports/test_report.txt
45
- python3 -m unittest test/cnn_test.py 2>&1 | tee test-reports/test_report.txt
46
python3 -m unittest test/camera_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
47
echo "test complete"
48
- store_artifacts:
49
path: test-reports/
0 commit comments