Skip to content

Commit

Permalink
pyarrow import added to doc environment (pydata#8805)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollymandel committed Aug 21, 2024
1 parent ca2e9d6 commit 7f70e49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@
]
)

try:
import pyarrow
except ImportError:
allowed_failures.update(
[
"examples/multidimensional-coords.py",
]
)

nbsphinx_allow_errors = False
nbsphinx_requirejs_path = ""

Expand Down

0 comments on commit 7f70e49

Please sign in to comment.