From 410255ec4046e53dd2a87cc57467dff6923b4021 Mon Sep 17 00:00:00 2001 From: Charlie Harris <47694815+cch1999@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:26:28 +0000 Subject: [PATCH] no notebooks to test --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6e91f88..5dab2f1 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -45,5 +45,5 @@ jobs: # run: pip install -r .requirements/dev.in - name: Run unit tests and generate coverage report run: python -m unittest discover -s tests -p "test_*.py" - - name: Test notebook execution - run: python -m unittest discover -s notebooks -p "test_*.py" + #- name: Test notebook execution + # run: python -m unittest discover -s notebooks -p "test_*.py"