[build] Pin `pyinstaller` version for MacOS

Workaround for #6541
This commit is contained in:
pukkandan 2023-03-15 04:49:22 +05:30
parent 607510b9f2
commit 427a8fafbb
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ jobs:
- name: Install Requirements
run: |
brew install coreutils
/usr/bin/python3 -m pip install -U --user pip Pyinstaller -r requirements.txt
/usr/bin/python3 -m pip install -U --user pip Pyinstaller==5.8 -r requirements.txt
- name: Prepare
run: |