Skip to content

Commit

Permalink
Update macos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CookSleep authored Jul 18, 2024
1 parent 36dfa67 commit 692fcd9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
with:
python-version: '3.x'

- name: Install dependencies
- name: Install user dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install build dependencies
run: |
pip install pyinstaller
- name: Build macOS app
Expand Down

0 comments on commit 692fcd9

Please sign in to comment.