Install some deps from source
This commit is contained in:
parent
3263d51084
commit
a2bd349634
2
.github/workflows/build_macos.yaml
vendored
2
.github/workflows/build_macos.yaml
vendored
@ -27,6 +27,8 @@ jobs:
|
||||
run: |
|
||||
pip3 install --upgrade pip
|
||||
pip3 install pyinstaller
|
||||
pip3 install --no-cache cffi --no-binary :all:
|
||||
pip3 install --no-cache charset_normalizer --no-binary :all:
|
||||
pip3 install -r requirements.txt
|
||||
- name: Build with PyInstaller
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user