Skip to content

Commit

Permalink
uncomment ipynb for release test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Mar 23, 2024
1 parent b22f279 commit 23e21cc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
python -m ipykernel install --user --name aurora-test
# Install any other dependencies you need
# - name: Execute Jupyter Notebooks
#run: |
#jupyter nbconvert --to notebook --execute docs/examples/dataset_definition.ipynb
#jupyter nbconvert --to notebook --execute docs/examples/make_cas04_single_station_h5.ipynb
#jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb
#jupyter nbconvert --to notebook --execute tests/test_run_on_commit.ipynb
#jupyter nbconvert --to notebook --execute tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb
#jupyter nbconvert --to notebook --execute tutorials/processing_configuration.ipynb
#jupyter nbconvert --to notebook --execute tutorials/synthetic_data_processing.ipynb
- name: Execute Jupyter Notebooks
run: |
jupyter nbconvert --to notebook --execute docs/examples/dataset_definition.ipynb
jupyter nbconvert --to notebook --execute docs/examples/make_cas04_single_station_h5.ipynb
jupyter nbconvert --to notebook --execute docs/examples/operate_aurora.ipynb
jupyter nbconvert --to notebook --execute tests/test_run_on_commit.ipynb
jupyter nbconvert --to notebook --execute tutorials/pole_zero_fitting/lemi_pole_zero_fitting_example.ipynb
jupyter nbconvert --to notebook --execute tutorials/processing_configuration.ipynb
jupyter nbconvert --to notebook --execute tutorials/synthetic_data_processing.ipynb
# Replace "notebook.ipynb" with your notebook's filename
# - name: Commit changes (if any)
Expand Down

0 comments on commit 23e21cc

Please sign in to comment.