Skip to content

Commit 0105d64

Browse files
committed
Add pyarrow to docs CI
So that the pyarrow.StringArray type hint will show up on Readthedocs and the PyGMT docs page.
1 parent 17c1e9c commit 0105d64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
contextily
104104
geopandas<1.0
105105
ipython
106+
pyarrow
106107
rioxarray
107108
make
108109
pip

ci/requirements/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dependencies:
1616
- contextily
1717
- geopandas<1.0
1818
- ipython
19+
- pyarrow
1920
- rioxarray
2021
# Development dependencies (general)
2122
- make

0 commit comments

Comments
 (0)