mirror of
https://github.com/pyapp-kit/superqt.git
synced 2026-01-06 20:31:09 +01:00
add xvfb
This commit is contained in:
9
.github/workflows/test_and_deploy.yml
vendored
9
.github/workflows/test_and_deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user