File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ jobs:
4444 - name : Download dataset files for episodes 4 and 5
4545 shell : bash -l {0}
4646 run : |
47- head -4 data/dataset.urls | grep -v '#' | wget --input-file - --no-clobber --directory-prefix $HOME/climate_data/
47+ head -4 data/dataset.urls | grep -v '#' | wget --input-file - --no-clobber --no-verbose -- directory-prefix $HOME/climate_data/
4848 - name : Run all recipes in files/
4949 shell : bash -l {0}
5050 run : |
5151 mkdir ~/esmvaltool_tutorial
5252 cp files/warming_stripes.py ~/esmvaltool_tutorial/
53- for file in files/recipe *.yml; do $CONDA/envs/test/bin/esmvaltool run $PWD/$file; done
53+ for file in files/recipe_warming_stripes *.yml; do $CONDA/envs/test/bin/esmvaltool run $PWD/$file; done
You can’t perform that action at this time.
0 commit comments