Skip to content

Commit

Permalink
implement smoke test environment variable for ci (#479)
Browse files Browse the repository at this point in the history
* Added smoke test to address issue #476

* Include all notebooks in docs/source/*.ipynb

* Changed the jupyter kernel to vanilla python 3 (hopefully this works for treon)
  • Loading branch information
djinnome authored Feb 16, 2024
1 parent 1fabf27 commit c59caaf
Show file tree
Hide file tree
Showing 3 changed files with 764 additions and 781 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
pip install -e .[tests]
- name: Run Notebook Test
run: python -m pytest --nbval-lax docs/source/interfaces.ipynb
run: |
./scripts/test_notebooks.sh
Loading

0 comments on commit c59caaf

Please sign in to comment.