Skip to content

Commit

Permalink
Bug Fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Oct 23, 2024
1 parent 87ffe64 commit 204858e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Program_Build_Upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 204858e

Please sign in to comment.