Skip to content

Commit

Permalink
unpin pyinstaller ver
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Baji committed Jul 1, 2024
1 parent 4b25d92 commit b5da33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
python-version: '3.12'
- name: Install Dependencies
run: pip install . pyinstaller==5.7
run: pip install . pyinstaller
# Package
- name: Windows CLI Package
if: ${{ matrix.os == 'windows-latest' }}
Expand Down

0 comments on commit b5da33d

Please sign in to comment.