rearrange

This commit is contained in:
Talley Lambert
2021-04-24 15:46:22 -04:00
parent 999c2d95a2
commit 0f344cb175

View File

@@ -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: