Skip to content

Commit

Permalink
ref change build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zy7y committed Apr 27, 2024
1 parent 5a90dba commit 4788061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:

- name: Install dependencies
run: |
pip install -r requirements-build.txt
pip install -r requirements.txt
pip install pyinstaller
pip install pillow
- name: Build executable
run: |
Expand Down

0 comments on commit 4788061

Please sign in to comment.