This commit is contained in:
Hamel Husain 2020-04-28 09:09:13 -07:00 коммит произвёл GitHub
Родитель 92dfcb779f
Коммит ebc6404669
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -11,8 +11,6 @@ do
echo "Skipping ${file}"
elif papermill --kernel python3 "${file}" "${file}"; then
echo "Sucessfully refreshed ${file}\n\n\n\n"
# We don't need to add the updated notebooks to the commit history - casuses uncessary churn for contributors
# git add "${file}"
else
echo "ERROR Refreshing ${file}"
ERRORS="${ERRORS}, ${file}"