Using Python3.7 for python 3 tests. It seems the latest stable 1.x tensorflow is 1.15 and only available for python3.7 (not 3.6/3.5).
Updated to use python3.7 environment in AWS code build.
change install commands to use python3.7 as the default python3 is python3.5 on the code build environment.
Related Issues
PR Overview
[ ] This PR requires new unit tests [y/n] (make sure tests are included)
[ ] This PR requires to update the documentation [y/n] (make sure the docs are up-to-date)
Summary
Using Python3.7 for python 3 tests. It seems the latest stable 1.x tensorflow is 1.15 and only available for python3.7 (not 3.6/3.5). Updated to use python3.7 environment in AWS code build. change install commands to use python3.7 as the default python3 is python3.5 on the code build environment.
Related Issues
PR Overview