Skip to content

Commit 3a5a7bb

Browse files
committed
run only stripes recipes
1 parent 4cfc2a7 commit 3a5a7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/recipes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)