Skip to content

Commit c3f1aef

Browse files
authored
Merge pull request #478 from matteopilz/notebook-testing
Updated notebook test action
2 parents 275bf95 + d6b7a45 commit c3f1aef

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)