Skip to content

Commit

Permalink
Add all notebooks to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed May 23, 2024
1 parent bace14e commit b082b98
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ jobs:
- name: Test notebooks
shell: bash -l {0}
run: |
pytest --nbmake examples/training.ipynb
pytest --nbmake examples/predicting.ipynb
pytest --nbmake examples/convert_v1_to_v2.ipynb
pytest --nbmake examples/training_regression_multicomponent.ipynb
pytest --nbmake examples/predicting_regression_multicomponent.ipynb
pytest --nbmake examples/*.ipynb
conda-test:
name: Execute Tests with Conda-based Install
Expand Down

0 comments on commit b082b98

Please sign in to comment.