From ae14820c4d9ddf528a0f5641b1c3d6e79fd618ee Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:58:21 -0300 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index f52b313..de71563 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -2,8 +2,6 @@ name: Version Change Action on: push: - branches: - - canary paths: - version.json # Trigger on changes to version.json @@ -23,8 +21,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - # You can add your project dependencies here - # pip install -r requirements.txt # Uncomment if you have a requirements file + pip install pyqt5 requests pywin32 # Install specific dependencies - name: Create actions-temp folder run: |