We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d94a95 commit 82b191eCopy full SHA for 82b191e
.github/workflows/test.yml
@@ -52,7 +52,7 @@ jobs:
52
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
53
shell: bash -l {0}
54
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
+ 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
56
57
58
win-osx:
0 commit comments