Install some deps from source
This commit is contained in:
parent
3263d51084
commit
a2bd349634
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_macos.yaml
vendored
2
.github/workflows/build_macos.yaml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip3 install pyinstaller
|
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
|
pip3 install -r requirements.txt
|
||||||
- name: Build with PyInstaller
|
- name: Build with PyInstaller
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue