Skip to content

Commit 16ef017

Browse files
committed
CI: allow to trigger the test workflow manually
And skip xvfb installation: it's already installed.
1 parent b62832b commit 16ef017

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
quality:
@@ -83,9 +84,6 @@ jobs:
8384
python -m pip install -U pip wheel
8485
python -m pip install -r dev-requirements.txt
8586
python -m pip install -r tests-requirements.txt
86-
- name: Install Xvfb
87-
if: matrix.os.emoji == '🐧'
88-
run: sudo apt install xvfb
8987
- name: Tests (GNU/Linux)
9088
if: matrix.os.emoji == '🐧'
9189
run: xvfb-run python -m pytest

0 commit comments

Comments
 (0)