Skip to content

Commit

Permalink
install using requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed Dec 9, 2023
1 parent cfabb8b commit 59cf6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 59cf6c5

Please sign in to comment.