From c934c98e480e78e8bb63e68b69a2dc69dc4f8c74 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Sun, 7 Jul 2024 16:49:29 -0700 Subject: [PATCH] remove pytest notebook --- .github/workflows/CI.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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