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
We recently got a few reports about tests failing with most optional dependencies installed but not dask (#3777, #3778, #3779).
Since dask is pretty tightly coupled in our code, I think it might be worth to add a CI job that runs the tests in a environment with all optional dependencies except from dask. Thoughts?
The text was updated successfully, but these errors were encountered:
We recently got a few reports about tests failing with most optional dependencies installed but not
dask
(#3777, #3778, #3779).Since
dask
is pretty tightly coupled in our code, I think it might be worth to add a CI job that runs the tests in a environment with all optional dependencies except fromdask
. Thoughts?The text was updated successfully, but these errors were encountered: