jankrepl / deepdow

Portfolio optimization with deep learning.
https://deepdow.readthedocs.io
Apache License 2.0
874 stars 136 forks source link

Migrate to GitHub actions #135 #136

Closed Shivanirathod126 closed 1 year ago

Shivanirathod126 commented 1 year ago

hello I implemented a GitHub action CI pipeline which does the same thing as the existing Travis CI pipeline.. overall it includes dependency installation, linting (flake8), tests (pytest), doc-build (sphinx), test coverage report (codecov). so please take a look at it and merge it if possible.. Thank you..

jankrepl commented 1 year ago

hello I implemented a GitHub action CI pipeline which does the same thing as the existing Travis CI pipeline.. overall it includes dependency installation, linting (flake8), tests (pytest), doc-build (sphinx), test coverage report (codecov). so please take a look at it and merge it if possible.. Thank you..

Amazing! Thank you. I will try to work on this ASAP.

Shivanirathod126 commented 1 year ago

Thank you..