Skip to content

Commit

Permalink
Tries using python -m pip install for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dyld-w committed Oct 29, 2024
1 parent 0e56c7e commit 4773fb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
arch -x86_64 pip install -r requirements.txt
arch -arm64 pip install -r requirements.txt
python -m pip install -r requirements.txt
- name: Build executable with PyInstaller
run: |
Expand Down

0 comments on commit 4773fb9

Please sign in to comment.