diff --git a/.github/workflows/CI_rosco-pytools.yml b/.github/workflows/CI_rosco-pytools.yml index 092f8977..6d3ec4f0 100644 --- a/.github/workflows/CI_rosco-pytools.yml +++ b/.github/workflows/CI_rosco-pytools.yml @@ -135,7 +135,7 @@ jobs: - name: Run examples run: | cd Examples - python test_examples.py + pytest . # Test walkthrough notebook - name: Test walkthrough notebook