You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use a limited amount of Python versions for PR runs (elastic#1445)
* use a limited amount of Python versions for PR runs
the CI runs on PRs are getting prohibitively long. To work around
this, we can use only a limited set of Python versions for PR runs
and do a full, nightly run (the same approach we already use for
framework versions).
* put the right matrix into the right files :)
* fix file names, thanks @v1v
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
0 commit comments