mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
set xvfb bit depth
This commit is contained in:
parent
85e991e5b6
commit
d8d8a2c74d
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -78,9 +78,12 @@ jobs:
|
|||
.ci/build.sh
|
||||
|
||||
- name: Test
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
with:
|
||||
run: .ci/test.sh
|
||||
run: |
|
||||
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
|
||||
xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||
else
|
||||
.ci/test.sh
|
||||
fi
|
||||
env:
|
||||
PYTHONOPTIMIZE: ${{ matrix.PYTHONOPTIMIZE }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user