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
This job usually takes more than 45-50 minutes in MacOS, while all others jobs (Ubuntu/Windows/MacOs) take less than 30 minutes, so we end up in fact always waiting for this one. This divergence is pretty clear here:
Blue: arviz-compatibility.yml
Orange: pytest.yml (includes all tests in arviz-compatibility.yml and more)
We could consider replacing this test by something else, perhaps a more CI-like suite of tests as opposed to this number crunching one, which is already covered in pytest.yml (Ubuntu 18.04 only).