Skip to content

Commit

Permalink
Update run_notebooks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamel Husain committed May 16, 2021
1 parent fcf572c commit 08a6214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _action_files/run_notebooks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ERRORS=""

for file in *.ipynb
do
if [ "${file}" = "2020-03-16-covid19_growth_bayes.ipynb" ]; then
if [ "${file}" = "2020-03-16-covid19_growth_bayes.ipynb" ] | [ "${file}" = "2020-04-26-ontario_confirmed_cases.ipynb" ] | [ "${file}" = "2021-04-03-canada-variants-of-concern.ipynb" ]; then
echo "Skipping ${file}"
elif papermill --kernel python3 "${file}" "${file}"; then
echo "Sucessfully refreshed ${file}\n\n\n\n"
Expand Down

0 comments on commit 08a6214

Please sign in to comment.