diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index cf3f7136..6d9aae25 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -43,6 +43,7 @@ jobs: - name: Unit tests run: pytest - name: Notebook flow tests + if: matrix.only-minimal != true uses: coactions/setup-xvfb@v1 with: run: python -m pytest -m demos