From 3a66f91de8329a39edeea857ae5fc759f2e4bec7 Mon Sep 17 00:00:00 2001 From: Sumeet Singh Date: Mon, 3 Jun 2024 04:52:06 +1000 Subject: [PATCH] v0.1 --- .github/workflows/actions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 400cac3..ac8e068 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 + pip install Pillow requests pyinstaller pyautogui - name: Build for Windows run: | @@ -43,7 +43,7 @@ jobs: - name: Install dependencies run: | - pip install Pillow requests pyinstaller + pip install Pillow requests pyinstaller pyautogui - name: Build for macOS run: | @@ -66,7 +66,7 @@ jobs: - name: Install dependencies run: | - pip install Pillow requests pyinstaller xvfbwrapper + pip install Pillow requests pyinstaller pyautogui xvfbwrapper # for headless displays including xvfbwrapper - name: Build for Linux run: | @@ -74,4 +74,4 @@ jobs: - name: Run Linux Tests run: | - xvfb-run --auto-servernum python tests.py + xvfb-run --auto-servernum python tests.py # Use xvfb to run the tests