Skip to content

Commit

Permalink
Update pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 10, 2023
1 parent b6a1663 commit c40406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Install requirements
run: >-
python3 -m pip install . --user
python3 -m pip install .[dev] --user
- name: Package application for Linux
run: >-
Expand Down

0 comments on commit c40406b

Please sign in to comment.