Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
IGNORE OPTIONS AND PRAY
  • Loading branch information
natsukashiixo authored Oct 3, 2023
1 parent 9b92f71 commit 8c20ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# If .py: Generated spec file will also be uploaded as artifact
spec: './app/src/build_specs.spec'
# Options to set for pyinstaller command Ex: options: '--onedir, -F' (seperated by comma and space)
options: '--noconfirm'
#options: '--noconfirm'
# specific python version you want to use
python_ver: "3.10"
# specific python architecture you want to use
Expand Down

0 comments on commit 8c20ecf

Please sign in to comment.