diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8ff734c..bcc2126 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -45,6 +45,4 @@ jobs: mamba list - name: Run test run: | - nosetests pyrms/rmsTest.py - pip install pytest - pytest --nbmake Ipython/pyrms_example.ipynb \ No newline at end of file + nosetests pyrms/rmsTest.py \ No newline at end of file