File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 shell : bash
149149 run : |
150150 pip install dist/splitgraph-*-py3-none-any.whl
151- pip install pyinstaller
151+ pip install pyinstaller==4.10
152152 pyinstaller -F splitgraph.spec
153153 dist/sgr.exe --version
154154 - name : Upload binary as artifact
@@ -175,7 +175,7 @@ jobs:
175175 - name : Build the binary
176176 run : |
177177 pip install dist/splitgraph-*-py3-none-any.whl
178- pip install pyinstaller
178+ pip install pyinstaller==4.10
179179 pyinstaller -F splitgraph.spec
180180 dist/sgr --version
181181 - name : Smoke test the binary
@@ -213,7 +213,7 @@ jobs:
213213 - name : Build the single-file binary
214214 run : |
215215 pip install dist/splitgraph-*-py3-none-any.whl
216- pip install pyinstaller
216+ pip install pyinstaller==4.10
217217 pyinstaller -F splitgraph.spec
218218 dist/sgr --version
219219 - name : Upload single-file binary as artifact
You can’t perform that action at this time.
0 commit comments