Skip to content

Commit

Permalink
make github aciton less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Jun 7, 2023
1 parent 3996992 commit 5d528aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ jobs:
micromamba info
jupyter kernelspec list
which python
conda list | sort
printenv | sort
- name: "Verify that libraries used in notebooks are present in the environment"
shell: bash -l {0}
run: |
conda list | sort
printenv | sort
find notebooks -type f -iname \*.ipynb -not -path '*\.ipynb_checkpoints/*' -not -path '*/iceflow/*' | xargs -I % python .github/workflows/scan_notebooks.py -n %
- name: "Setup Quarto"
Expand All @@ -53,7 +52,6 @@ jobs:
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
shell: bash -l {0}
run: |
jupyter kernelspec list
find notebooks -type f -name "*.ipynb" -not -path '*\.ipynb_checkpoints/*' -not -path '*endered*' | xargs -I F quarto render "F" --execute --execute-daemon
win-osx:
Expand Down

0 comments on commit 5d528aa

Please sign in to comment.