diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index e140c0d..54c29db 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -39,4 +39,4 @@ jobs: - name: "Run Tests" shell: bash run: | - pytest --nbmake --nbmake-timeout=30000 examples/*.ipynb + pytest --nbmake --nbmake-timeout=30000 examples/*.ipynb -vvv -s -k "not LightsheetRegistration.ipynb" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d276e8f..be80add 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,4 +26,4 @@ jobs: - name: "Run Tests" shell: bash run: | - pytest ./test + pytest ./test -vvv -s -k "not localcluster and not serialize_pairwise_result"