From 0f344cb175e9139e5e8de9449b394665ff3226fc Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Sat, 24 Apr 2021 15:46:22 -0400 Subject: [PATCH] rearrange --- .github/workflows/test_and_deploy.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 9b203fa..a11254a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -95,19 +95,18 @@ jobs: - name: Coverage uses: codecov/codecov-action@v1 + - name: Install for screenshots + run: pip install . ${{ matrix.backend }} + - name: Screenshots if: runner.os == 'Linux' uses: GabrielBB/xvfb-action@v1 with: - run: | - pip install . ${{ matrix.backend }} - python examples/screenshots.py + run: python examples/screenshots.py - name: Screenshots if: runner.os != 'Linux' - run: | - pip install . ${{ matrix.backend }} - python examples/screenshots.py + run: python examples/screenshots.py - uses: actions/upload-artifact@v2 with: