File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
shell : bash
149
149
run : |
150
150
pip install dist/splitgraph-*-py3-none-any.whl
151
- pip install pyinstaller
151
+ pip install pyinstaller==4.10
152
152
pyinstaller -F splitgraph.spec
153
153
dist/sgr.exe --version
154
154
- name : Upload binary as artifact
@@ -175,7 +175,7 @@ jobs:
175
175
- name : Build the binary
176
176
run : |
177
177
pip install dist/splitgraph-*-py3-none-any.whl
178
- pip install pyinstaller
178
+ pip install pyinstaller==4.10
179
179
pyinstaller -F splitgraph.spec
180
180
dist/sgr --version
181
181
- name : Smoke test the binary
@@ -213,7 +213,7 @@ jobs:
213
213
- name : Build the single-file binary
214
214
run : |
215
215
pip install dist/splitgraph-*-py3-none-any.whl
216
- pip install pyinstaller
216
+ pip install pyinstaller==4.10
217
217
pyinstaller -F splitgraph.spec
218
218
dist/sgr --version
219
219
- name : Upload single-file binary as artifact
You can’t perform that action at this time.
0 commit comments