We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c751419 commit 7fc5d69Copy full SHA for 7fc5d69
1 file changed
run-all-tests.sh
@@ -1,5 +1,5 @@
1
#! /bin/bash
2
3
-EXCLUDES="--exclude=*intro* --exclude=*flow_direction*"
+EXCLUDES="--exclude=*intro*" # krb note: as best as I can tell this is only supposed to skip the tutorial python_intro/Python_intro.ipynb
4
5
./run_notebook.py find . | ./run_notebook.py run --file=- $EXCLUDES
0 commit comments