We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2bf572 commit fec6c2eCopy full SHA for fec6c2e
.github/workflows/python-package.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install APT dependencies
28
run: |
29
sudo apt update
30
- sudo apt install libsdl2-dev
+ sudo apt install libsdl2-dev xvfb
31
- name: Install Python dependencies
32
33
python -m pip install --upgrade pip
@@ -57,7 +57,6 @@ jobs:
57
58
python setup.py develop # Install the package in-place.
59
- name: Test with pytest
60
- uses: GabrielBB/xvfb-action@v1
61
- with:
62
- run: pytest --cov-report=xml
+ run: |
+ xvfb-run --auto-servernum pytest --cov-report=xml
63
- uses: codecov/codecov-action@v1
0 commit comments