Skip to content

Commit

Permalink
ci: update pyinstaller to v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Apr 27, 2022
1 parent 0b0ceb3 commit 235ebea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash
run: |
source venv/bin/activate || source venv/Scripts/activate
pip install pyinstaller==4.3
pip install pyinstaller==5.0.1
make package
- name: Test package
shell: bash
Expand Down

0 comments on commit 235ebea

Please sign in to comment.