diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 60cc5fb6..7821e2ea 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,12 +53,12 @@ jobs: - name: Execute Jupyter Notebooks run: | - jupyter nbconvert --to notebook --execute docs/examples/dataset_definition.ipynb - jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb + # jupyter nbconvert --to notebook --execute docs/examples/dataset_definition.ipynb + # jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb jupyter nbconvert --to notebook --execute docs/tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb - jupyter nbconvert --to notebook --execute docs/tutorials/processing_configuration.ipynb + # jupyter nbconvert --to notebook --execute docs/tutorials/processing_configuration.ipynb jupyter nbconvert --to notebook --execute docs/tutorials/process_cas04_single_station.ipynb - jupyter nbconvert --to notebook --execute docs/tutorials/synthetic_data_processing.ipynb + # jupyter nbconvert --to notebook --execute docs/tutorials/synthetic_data_processing.ipynb jupyter nbconvert --to notebook --execute tests/test_run_on_commit.ipynb # Replace "notebook.ipynb" with your notebook's filename