From 2f0f4e9e251d6deea4cc79c3e83f7ef067001a07 Mon Sep 17 00:00:00 2001 From: Xanderplayz16 <74632800+Xanderplayz16@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:41:12 -0500 Subject: [PATCH] Update compile-windows.yml --- .github/workflows/compile-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-windows.yml b/.github/workflows/compile-windows.yml index aa3fb05..ff97a84 100644 --- a/.github/workflows/compile-windows.yml +++ b/.github/workflows/compile-windows.yml @@ -26,7 +26,7 @@ jobs: python-version: "3.10" - name: Install dependencies run: | - python -m pip install nuitka pyqt6 requests GitPython + python -m pip install nuitka PyQt6 requests GitPython - name: Compile continue-on-error: true run: |