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 fee062c commit 11fae0bCopy full SHA for 11fae0b
.github/workflows/test_workbooks.yml
@@ -29,6 +29,7 @@ jobs:
29
run: |
30
pip install pyxem
31
pip install -U nbval pyopencl
32
+ pip install nb-clean
33
pip install hyperspy[gui-jupyter]
34
35
- name: Display Python, pip and package versions
run_nbval.sh
@@ -21,5 +21,7 @@ declare -a NOTEBOOKS=(\
21
"12 MolecularGlassOrientationMapping.ipynb"\
22
)
23
24
+# clean notebooks to remove outputs
25
+nb-clean clean "${NOTEBOOKS[@]}"
26
# Test with nbval
27
pytest -v --nbval "${NOTEBOOKS[@]}" --nbval-lax --nbval-current-env
0 commit comments