exa-analytics / exatomic

A unified platform for theoretical and computational chemists
https://exa-analytics.github.io/exatomic
Apache License 2.0
19 stars 12 forks source link

Exatomic build failure #214

Closed avmarchenko closed 2 years ago

avmarchenko commented 3 years ago

Describe the bug Build #623 (Job #623.1, 2, 3) are failing.

To Reproduce Run the build

Expected behavior Build should succeed.

Screenshots See travis-ci build 623 logs

Desktop (please complete the following information): Only affects Python3.6+ on Linux

Additional context Our build system attempts to do python setup.py develop rather than python setup.py install. Although there is an error regarding the JS dependencies, it may be possible that the root cause has to do with our Python side build config.

avmarchenko commented 3 years ago

We should migrate to Github actions for all CI tasks (travis and appv no longer have an unlimited cardboard tier).

avmarchenko commented 3 years ago

Since I'm not familiar with github actions I built a little expt https://github.com/avmarchenko/test-actions

tjduigna commented 2 years ago

Closing this in favor of #231 where progress toward github actions will be tracked.