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"