Skip to content

Commit

Permalink
github actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Dec 30, 2023
1 parent 4c59c5f commit 51aef35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Install Application Dependencies
run: |
pip install pip==22.0.2
pip install --upgrade pyinstaller
pip install -r requirements.txt
- name: Bundle Application
run: |
Expand Down

0 comments on commit 51aef35

Please sign in to comment.