From a170f335d2b672ceab58204ffc17bf926388315f Mon Sep 17 00:00:00 2001 From: builder555 <85308587+builder555@users.noreply.github.com> Date: Sun, 28 Jan 2024 10:32:01 -0500 Subject: [PATCH] fix: add missing library --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfabf517..4ed6809c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -112,7 +112,7 @@ jobs: node-version: 18 - name: Install dependencies for ${{matrix.target}} run: | - pip install pyinstaller websockets requests pinecil typing_extensions + pip install pyinstaller websockets requests pinecil typing_extensions rich pushd ui && npm install && popd - name: Build application for ${{matrix.target}} run: ${{ matrix.BUILD_CMD }}