From 78e1b69749ffc682d5c1c70e0dd03bfc98f71700 Mon Sep 17 00:00:00 2001 From: Adam Lawrence-Holzschuher Date: Tue, 17 Dec 2024 10:45:27 -0600 Subject: [PATCH] ; --- .github/workflows/python-package.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 7cb8513..f6266ca 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,8 +29,6 @@ jobs: - name: Set up display run: | sudo apt-get install -y xvfb - Xvfb :99 -screen 0 1024x768x24 & - export DISPLAY=:99 - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names @@ -39,4 +37,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest test_main.py + xvfb-run -a pytest test_main.py