From 204858e21b7fc54fa408e4542a540cb9653f99da Mon Sep 17 00:00:00 2001 From: lunamidori5 Date: Wed, 23 Oct 2024 06:33:45 +0000 Subject: [PATCH] Bug Fixes? --- .github/workflows/Program_Build_Upload.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Program_Build_Upload.yaml b/.github/workflows/Program_Build_Upload.yaml index f314651..ccfcf84 100644 --- a/.github/workflows/Program_Build_Upload.yaml +++ b/.github/workflows/Program_Build_Upload.yaml @@ -61,9 +61,9 @@ jobs: - name: Install Dependencies run: | - pip --break-system-packages install pyinstaller - pip --break-system-packages install tor-proxy - pip --break-system-packages install -r ./Subsystem-Manager/model_installer/requirements.txt + pip install pyinstaller + pip install tor-proxy + pip install -r ./Subsystem-Manager/model_installer/requirements.txt - name: Download the Uploader run: |