Install some deps from source

This commit is contained in:
Djuri Baars 2024-06-09 23:31:49 +02:00
parent 3263d51084
commit a2bd349634

View File

@ -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: |