Skip to content

Commit

Permalink
Pin pyinstaller to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mildbyte committed Apr 26, 2022
1 parent e4e4fe0 commit 2f287d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
shell: bash
run: |
pip install dist/splitgraph-*-py3-none-any.whl
pip install pyinstaller
pip install pyinstaller==4.10
pyinstaller -F splitgraph.spec
dist/sgr.exe --version
- name: Upload binary as artifact
Expand All @@ -175,7 +175,7 @@ jobs:
- name: Build the binary
run: |
pip install dist/splitgraph-*-py3-none-any.whl
pip install pyinstaller
pip install pyinstaller==4.10
pyinstaller -F splitgraph.spec
dist/sgr --version
- name: Smoke test the binary
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Build the single-file binary
run: |
pip install dist/splitgraph-*-py3-none-any.whl
pip install pyinstaller
pip install pyinstaller==4.10
pyinstaller -F splitgraph.spec
dist/sgr --version
- name: Upload single-file binary as artifact
Expand Down

0 comments on commit 2f287d6

Please sign in to comment.