From 0795f263859828a13937a24c23be9eb2159e7339 Mon Sep 17 00:00:00 2001 From: Sumeet Singh Date: Mon, 3 Jun 2024 04:50:07 +1000 Subject: [PATCH] v0.1 --- .github/workflows/actions.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index be2de60..400cac3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - pip install Pillow requests pyinstaller pyautogui + pip install Pillow requests pyinstaller - name: Build for Windows run: | @@ -43,7 +43,7 @@ jobs: - name: Install dependencies run: | - pip install Pillow requests pyinstaller pyautogui + pip install Pillow requests pyinstaller - name: Build for macOS run: | @@ -66,9 +66,7 @@ jobs: - name: Install dependencies run: | - sudo apt-get update - sudo apt-get install -y xvfb # As github linux platform uses headless requires lib xvfb to quit process - pip install Pillow requests pyinstaller pyautogui + pip install Pillow requests pyinstaller xvfbwrapper - name: Build for Linux run: | @@ -76,4 +74,4 @@ jobs: - name: Run Linux Tests run: | - xvfb-run --auto-servernum python tests.py # Use xvfb to run the tests + xvfb-run --auto-servernum python tests.py