Skip to content

Commit 1e09477

Browse files
committed
qumat only
1 parent ac1e0a4 commit 1e09477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notebook-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Run Jupyter Notebooks
4040
run: |
41-
for nb in $(find . -name '*.ipynb'); do
41+
for nb in $(find . -name 'example/qumat/*.ipynb'); do
4242
echo "Executing $nb"
4343
uv run jupyter execute "$nb" --inplace
4444
done

0 commit comments

Comments
 (0)