Skip to content

Commit d6b7a45

Browse files
committed
changed jupyter test action
1 parent 275bf95 commit d6b7a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313

14-
test-lnx-py37:
14+
test-lnx:
1515
runs-on: ubuntu-latest
1616

1717
steps:
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Testing notebooks
3131
run: |
32-
for f in docs/source/*.ipynb
32+
for f in docs/source/user_guide/*.ipynb
3333
do
3434
jupyter nbconvert --to notebook --inplace --execute $f || (echo "$f" >> failed_nbs.txt)
3535
done

0 commit comments

Comments
 (0)