mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Removed unnecessary settings
This commit is contained in:
parent
aa2e662995
commit
b7585b0597
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -84,13 +84,7 @@ jobs:
|
||||||
python3 -m pip install pytest-reverse
|
python3 -m pip install pytest-reverse
|
||||||
fi
|
fi
|
||||||
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
|
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
|
||||||
export XDG_RUNTIME_DIR="/tmp/headless-sway"
|
xvfb-run -s '-screen 0 1024x768x24' sway&
|
||||||
export SWAYSOCK="$XDG_RUNTIME_DIR/sway.sock"
|
|
||||||
export WLR_BACKENDS=headless
|
|
||||||
export WLR_LIBINPUT_NO_DEVICES=1
|
|
||||||
mkdir "$XDG_RUNTIME_DIR"
|
|
||||||
xvfb-run -s '-screen 0 1024x768x24'\
|
|
||||||
sway -V -d -c /dev/null&
|
|
||||||
export WAYLAND_DISPLAY=wayland-1
|
export WAYLAND_DISPLAY=wayland-1
|
||||||
.ci/test.sh
|
.ci/test.sh
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user