Skip to content

Commit a634b65

Browse files
committed
CI: install pyinstaller
1 parent d30f3c0 commit a634b65

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
python3 -m pip install --upgrade pip
1919
pip3 install -r requirements.txt
20+
pip3 install pyinstaller
2021
- name: build standalone
2122
run:
2223
pyinstaller webmapper.spec
@@ -42,6 +43,7 @@ jobs:
4243
run: |
4344
python3 -m pip install --upgrade pip
4445
pip3 install -r requirements.txt
46+
pip3 install pyinstaller
4547
- name: build standalone
4648
run:
4749
pyinstaller webmapper.spec
@@ -64,6 +66,7 @@ jobs:
6466
run: |
6567
python3 -m pip install --upgrade pip
6668
pip3 install -r requirements.txt
69+
pip3 install pyinstaller
6770
- name: build standalone
6871
run:
6972
pyinstaller webmapper.spec

0 commit comments

Comments
 (0)