paris-saclay-cds / ramp-workflow

Toolkit for building predictive workflows on top of pydata (pandas, scikit-learn, pytorch, keras, etc.).
https://paris-saclay-cds.github.io/ramp-docs/
BSD 3-Clause "New" or "Revised" License
68 stars 43 forks source link

CI Force python 3.8 #258

Closed albertcthomas closed 3 years ago

albertcthomas commented 3 years ago

scikit-learn cannot be installed yet with python 3.9, this is making circle fail, see comment in PR #257.

albertcthomas commented 3 years ago

Travis and appveyor are green in #257 but they just consider python 3.6 and 3.7.

codecov[bot] commented 3 years ago

Codecov Report

Merging #258 (1b7c968) into master (f990277) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #258   +/-   ##
=======================================
  Coverage   81.75%   81.75%           
=======================================
  Files         133      133           
  Lines        4921     4921           
=======================================
  Hits         4023     4023           
  Misses        898      898           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f990277...1b7c968. Read the comment docs.

agramfort commented 3 years ago

thx @albertcthomas