We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1e0a4 commit 1e09477Copy full SHA for 1e09477
.github/workflows/notebook-testing.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Run Jupyter Notebooks
40
run: |
41
- for nb in $(find . -name '*.ipynb'); do
+ for nb in $(find . -name 'example/qumat/*.ipynb'); do
42
echo "Executing $nb"
43
uv run jupyter execute "$nb" --inplace
44
done
0 commit comments