benedekrozemberczki / pytorch_geometric_temporal

PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
MIT License
2.61k stars 367 forks source link

Remove setup.py test (deprecated) #182

Closed jamesmyatt closed 2 years ago

jamesmyatt commented 2 years ago

See https://github.com/pytest-dev/pytest-runner#deprecation-notice.

Also simplify CI workflow

benedekrozemberczki commented 2 years ago

I have approved running this on github actions!

codecov-commenter commented 2 years ago

Codecov Report

Merging #182 (9c87634) into master (15bb16a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          57       57           
  Lines        4989     4989           
=======================================
  Hits         4955     4955           
  Misses         34       34           

Help us with your feedback. Take ten seconds to tell us how you rate us.

jamesmyatt commented 2 years ago

I think this is ready to review/merge

benedekrozemberczki commented 2 years ago

LGTM!