Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
cnwxi committed Sep 9, 2024
1 parent 87a9345 commit 18dbed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Install Pyinstaller
run: |
python -m pip install pyinstaller
python -m pip install -r requirements.txt
- name: Build the executables
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tqdm

0 comments on commit 18dbed7

Please sign in to comment.