Skip to content

Commit

Permalink
Set continue-on-error to false.
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobTh98 committed Oct 25, 2023
1 parent db36e51 commit 72e0887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_nb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cat notebooks.txt | while read -r notebook; do
jupyter nbconvert --to notebook --execute --inplace "$notebook"
done
continue-on-error: true # Set to false for PullRequest
continue-on-error: false
shell: bash

- name: Check for errors
Expand Down

0 comments on commit 72e0887

Please sign in to comment.