We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8e626 commit f77b68dCopy full SHA for f77b68d
.github/workflows/build-docs.yml
@@ -24,5 +24,7 @@ jobs:
24
path: ~/.cache
25
restore-keys: |
26
mkdocs-material-
27
+ - run: cd /tmp && git clone --depth 1 https://github.com/rom-py/rompy-notebooks.git
28
+ - run: cp -r /tmp/rompy-notebooks/notebooks docs/
29
- run: pip install .[docs]
30
- run: mkdocs gh-deploy --force
pyproject.toml
@@ -32,7 +32,6 @@ dependencies = [
32
"dask",
33
"docker",
34
"fsspec",
35
- "geopandas",
36
"h5py",
37
"intake",
38
"intake-xarray",
0 commit comments