We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30f3c0 commit a634b65Copy full SHA for a634b65
1 file changed
.github/workflows/ci.yml
@@ -17,6 +17,7 @@ jobs:
17
run: |
18
python3 -m pip install --upgrade pip
19
pip3 install -r requirements.txt
20
+ pip3 install pyinstaller
21
- name: build standalone
22
run:
23
pyinstaller webmapper.spec
@@ -42,6 +43,7 @@ jobs:
42
43
44
45
46
47
48
49
@@ -64,6 +66,7 @@ jobs:
64
66
65
67
68
69
70
71
72
0 commit comments