From a2bd34963404f08196bccdd26ad126d1a7b2464b Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Sun, 9 Jun 2024 23:31:49 +0200 Subject: [PATCH] Install some deps from source --- .github/workflows/build_macos.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_macos.yaml b/.github/workflows/build_macos.yaml index df0358a..0476e9c 100644 --- a/.github/workflows/build_macos.yaml +++ b/.github/workflows/build_macos.yaml @@ -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: |