Skip to content

Commit b674940

Browse files
committed
don't bother checking diff on lecture 4
1 parent b1c0ad4 commit b674940

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

extras/scripts/check_change.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ diffable "$POST" "$FINAL"
3131

3232
case "$SOURCE" in
3333

34-
"lecture_1.ipynb")
34+
lecture_1.ipynb)
3535
# uses sample()
3636
exit
3737
;;
3838

39-
"lecture_3.ipynb")
39+
lecture_3.ipynb)
4040
# https://github.com/jupyter/nbdime/issues/473#issuecomment-831682930
4141
exit
4242
;;
4343

44-
"lecture_5.ipynb")
44+
lecture_4.ipynb|lecture_5.ipynb)
4545
# calls APIs with data that could change
4646
exit
4747
;;
4848

49-
"lecture_5_exercise_solution.ipynb")
49+
lecture_5_exercise_solution.ipynb)
5050
# place_id seems to be unstable
5151
exit
5252
;;

0 commit comments

Comments
 (0)