This commit is contained in:
Talley Lambert
2021-04-24 15:41:13 -04:00
parent ba827ea43f
commit f731265b28

View File

@@ -95,6 +95,15 @@ jobs:
uses: codecov/codecov-action@v1
- name: Screenshots
if: runner.os == 'Linux'
uses: GabrielBB/xvfb-action@v1
with:
run: |
pip install . ${{ matrix.backend }}
python examples/screenshots.py
- name: Screenshots
if: runner.os != 'Linux'
run: |
pip install . ${{ matrix.backend }}
python examples/screenshots.py