Skip to content

Commit

Permalink
exclude SnowEx due AWS large file command (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jun 14, 2023
1 parent b0800e8 commit 1b6c196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
shell: bash -l {0}
run: |
find notebooks -type f -name "*.ipynb" -not -path '*\.ipynb_checkpoints/*' -not -path '*endered*' | xargs -I F quarto render "F" --execute --execute-daemon
find notebooks -type f -name "*.ipynb" -not -path '*\.ipynb_checkpoints/*' -not -path '*endered*' -not -path '*SnowEx/*' | xargs -I F quarto render "F" --execute --execute-daemon
win-osx:
Expand Down

0 comments on commit 1b6c196

Please sign in to comment.