alteryx / evalml

EvalML is an AutoML library written in python.
https://evalml.alteryx.com
BSD 3-Clause "New" or "Revised" License
734 stars 83 forks source link

Switch windows nightlies to not run in parallel #4451

Closed eccabay closed 2 weeks ago

eccabay commented 2 weeks ago

We're getting many nightly windows test failures due to running our tests in parallel. We have a new make command to run tests serially instead of in parallel, we should update the nightlies to use this instead.