From 59cf6c5f924d648f82d140f2ee5b0dcd90812bb2 Mon Sep 17 00:00:00 2001 From: Jan Caha Date: Sat, 9 Dec 2023 14:57:24 +0100 Subject: [PATCH] install using requirements.txt --- .github/workflows/build_windows.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 6b7311b..e6d8b37 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -32,7 +32,8 @@ jobs: - name: Install dependencies run: | - python -m pip install dynaconf pyinstaller mergin-client psycopg2 + python -m pip install -r requirements.txt + python -m pip install pyinstaller - name: Build Binary run: |