Skip to content
Snippets Groups Projects
Commit c7099831 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Updated env

parent 052e0fe7
No related branches found
No related tags found
7 merge requests!87Setup for ci,!86Setup for ci,!85Setup for ci,!84Setup for ci,!83Setup for ci,!82Setup for ci,!81Setup for ci
Pipeline #33103 passed
......@@ -2,12 +2,12 @@
if [ "${CI_COMMIT_BRANCH}" != "master" ]; then
a=$(git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA | grep ipynb | rev | cut -d '/' -f -1 | rev | tr '\n' ' ')
for nb in $(ls source/*.ipynb); do
sed -i "s;exclude_patterns:;exclude_patterns:\n - ${nb};g" source/_config.yml
sed -i "s;exclude_patterns:;exclude_patterns:\n - \'${nb}\';g" source/_config.yml
done
for nb in $a;
do
echo $nb
sed -i "s;\n - ${nb};;g" source/_config.yml
sed -i "s;\n - \'${nb}\';;g" source/_config.yml
done
fi
cd ../notebooks/
......
......@@ -58,6 +58,9 @@ dependencies:
#intake pangeo
- gcsfs
- rioxarray # for raster data
- fsspec
- hdf5plugin
-
- pip:
- sphinx-book-theme
- pangeo-xesmf #for raster data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment