Closed roywei closed 5 years ago
Looks like AWS codebuild can only take yaml
file from latest master, not a merged file from PR change. I have manually tested by entering these commands in CodeBuild buildspec instead of using config yaml file. Works fine.
fix nightly build on Python3
keras
setup.py
does not require any version onpytest
pyyaml
andpytest-xdist
. So our CI is picking up the latest version. However, it's causing tests to fail.Ping them to older stable versioni resolves the issue.