diff --git a/.github/workflows/markdown-general.yml b/.github/workflows/markdown-general.yml index ed37b26f..aa519520 100644 --- a/.github/workflows/markdown-general.yml +++ b/.github/workflows/markdown-general.yml @@ -41,5 +41,6 @@ jobs: sudo apt-get update sudo apt-get install -y libgeos-dev pip install cartopy==0.21.0 + pip install zarr mv config ./example_scripts/notebook_tutorials/runnable_notebooks/general/config bash notebook_to_md.sh general diff --git a/example_scripts/notebook_tutorials/runnable_notebooks/general/polar_plotting.ipynb b/example_scripts/notebook_tutorials/runnable_notebooks/polar_plotting.ipynb similarity index 100% rename from example_scripts/notebook_tutorials/runnable_notebooks/general/polar_plotting.ipynb rename to example_scripts/notebook_tutorials/runnable_notebooks/polar_plotting.ipynb