From 9b3c52b4253089a51082b34879210290ade87908 Mon Sep 17 00:00:00 2001 From: Srajan Chourasia <91196806+srajan-kiyotaka@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:44:19 +0530 Subject: [PATCH] Update python-mac-os-tests.yml --- .github/workflows/python-mac-os-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/python-mac-os-tests.yml b/.github/workflows/python-mac-os-tests.yml index 355e668..5e26521 100644 --- a/.github/workflows/python-mac-os-tests.yml +++ b/.github/workflows/python-mac-os-tests.yml @@ -42,11 +42,5 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Set up virtual display - run: | - brew install xvfb - export DISPLAY=:99.0 - Xvfb :99 -screen 0 1024x768x16 & - - name: Run tests on macOS run: python -m unittest discover -s tests