Skip to content

Commit

Permalink
running all the tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jan 16, 2020
1 parent 65f7d6d commit 26da5b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/azure/run_tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
pattern = "docs/notebooks/*.py"
filenames = [fn for fn in glob.glob(pattern) if "notebook_setup" not in fn]
filenames = list(sorted(filenames, reverse=True))
filenames = [filenames[0]]


def process_notebook(filename):
Expand Down

0 comments on commit 26da5b3

Please sign in to comment.