Skip to content

Commit 2f287d6

Browse files
committed
Pin pyinstaller to 4.10
1 parent e4e4fe0 commit 2f287d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test_and_release.yml

+3-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)