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 17c2902 commit 0f141e4Copy full SHA for 0f141e4
.circleci/config.yml
@@ -41,7 +41,7 @@ jobs:
41
export PYTHONPATH=./stub:test
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:
requirements_stub.txt
@@ -37,7 +37,7 @@ smbus2==0.2.0
37
swagger-spec-validator==2.3.1
38
termcolor==1.1.0
39
tinydb==3.12.1
40
-tensorflow==2.0.0
+tensorflow>=2.0.0
urllib3==1.24.2
Werkzeug==0.15.3
setuptools==42.0.1
0 commit comments