Skip to content

Commit 82b191e

Browse files
committed
Update test to include snowex and exclude iceflow
1 parent 1d94a95 commit 82b191e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
5353
shell: bash -l {0}
5454
run: |
55-
find notebooks -type f -name "*.ipynb" -not -path '*\.ipynb_checkpoints/*' -not -path '*endered*' -not -path '*SnowEx*' | xargs -I F quarto render "F" --execute-daemon-restart
55+
find notebooks -type f -name "*.ipynb" -not -path '*\.ipynb_checkpoints/*' -not -path '*endered*' -not -path '*iceflow*' | xargs -I F quarto render "F" --execute-daemon-restart
5656
5757
5858
win-osx:

0 commit comments

Comments
 (0)