Skip to content

Commit 7aab89a

Browse files
committed
install dev requirements for pyinstaller action
1 parent 160c718 commit 7aab89a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pyinstaller-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
with:
2020
python-version: 3.10.7
2121

22-
- run: pip install -r requirements.txt pyinstaller
22+
- run: pip install -r requirements.txt
23+
- run: pip install -r requirements-dev.txt
2324
- run: python scripts/build_app.py
2425
# Optionally verify that it works (provided that it does not need user interaction)
2526
#- run: ./dist/your-code/your-code

0 commit comments

Comments
 (0)