awslabs / keras-apache-mxnet

[DEPRECATED] Amazon Deep Learning's Keras with Apache MXNet support
https://github.com/awslabs/keras-apache-mxnet/wiki
Other
289 stars 65 forks source link

ping pytest version in ci #237

Closed roywei closed 5 years ago

roywei commented 5 years ago

fix nightly build on Python3

kerassetup.py does not require any version on pytest pyyaml and pytest-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.

roywei commented 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.