mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 09:23:11 +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
|
.ci/build.sh
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: GabrielBB/xvfb-action@v1
|
run: |
|
||||||
with:
|
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
|
||||||
run: .ci/test.sh
|
xvfb-run -s '-screen 0 1024x768x24' .ci/test.sh
|
||||||
|
else
|
||||||
|
.ci/test.sh
|
||||||
|
fi
|
||||||
env:
|
env:
|
||||||
PYTHONOPTIMIZE: ${{ matrix.PYTHONOPTIMIZE }}
|
PYTHONOPTIMIZE: ${{ matrix.PYTHONOPTIMIZE }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user