Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Nov 9, 2024
1 parent 5f02c71 commit 567d064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geoviews/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
plt.switch_backend("agg")

with suppress(Exception):
# From Dask 2023.7.1 they now automatically convert strings
# https://docs.dask.org/en/stable/changelog.html#v2023-7-1
# From Dask 2024.3.0 they now use `dask_expr` by default
# https://github.com/dask/dask/issues/10995
import dask

dask.config.set({"dataframe.convert-string": False})
dask.config.set({"dataframe.query-planning": False})

0 comments on commit 567d064

Please sign in to comment.