We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef17960 commit e7340e0Copy full SHA for e7340e0
.github/utilities/run_examples.sh
@@ -32,7 +32,7 @@ notebooks=()
32
runtimes=()
33
34
# Loop over all notebooks in the examples directory.
35
-find "examples/" -name "*.ipynb" -print0 |
+find "examples" -name "*.ipynb" -print0 |
36
while IFS= read -r -d "" notebook; do
37
# Skip notebooks in the excluded list.
38
if printf "%s\0" "${excluded[@]}" | grep -Fxqz -- "$notebook"; then
0 commit comments