Skip to content

Commit

Permalink
Added fix for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoroney committed Nov 22, 2024
1 parent b53242a commit 379ab5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/package-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
cd Mac-Server
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pyinstaller transcription-server.spec --noconfirm
deactivate
Expand Down

0 comments on commit 379ab5b

Please sign in to comment.