Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze package on analysis compatibility #55

Closed
sarahmish opened this issue Sep 7, 2020 · 1 comment · Fixed by #56
Closed

Freeze package on analysis compatibility #55

sarahmish opened this issue Sep 7, 2020 · 1 comment · Fixed by #56
Assignees
Labels
bug Something isn't working
Milestone

Comments

@sarahmish
Copy link
Collaborator

Current tests are failing due to travis setting on Xential, for py36 it fails due to numpy version difference within packages in mlprimitives. Problem is we need mlprimitives on version 0.1.6 for the analysis.

To fix this, I changed travis dist to bionic.

@sarahmish
Copy link
Collaborator Author

sarahmish commented Sep 7, 2020

py35 also fails on travis due to timeout

$ tox
GLOB sdist-make: /home/travis/build/DAI-Lab/Cardea/setup.py
py35 create: /home/travis/build/DAI-Lab/Cardea/.tox/py35
py35 inst: /home/travis/build/DAI-Lab/Cardea/.tox/.tmp/package/1/cardea-0.0.2.zip

No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
The build has been terminated

EDIT
proposed fix to use travis_wait.

@sarahmish sarahmish added the bug Something isn't working label Sep 8, 2020
@sarahmish sarahmish mentioned this issue Sep 8, 2020
@sarahmish sarahmish added this to the 0.0.3 milestone Sep 9, 2020
@sarahmish sarahmish self-assigned this Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant