We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca45d7 commit 143ac51Copy full SHA for 143ac51
.github/workflows/test.yml
@@ -31,6 +31,8 @@ jobs:
31
while IFS= read -r skip_nb; do
32
IGNORE_LIST+=("$skip_nb")
33
done < .github/ignore-notebooks.txt
34
+
35
+ echo "All ignored notebooks: $IGNORE_LIST"
36
37
# 2) Filter out notebooks in CHANGED_NOTEBOOKS that match ignore patterns
38
FILTERED_NBS=()
0 commit comments