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
try to change python version from int to string
  • Loading branch information
natsukashiixo authored Oct 3, 2023
1 parent fa3e8b9 commit d42d90f
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 @@ -36,7 +36,7 @@ jobs:
# Options to set for pyinstaller command Ex: options: '--onedir, -F' (seperated by comma and space)
options: --noconfirm
# specific python version you want to use
python_ver: 3.10
python_ver: "3.10"
# specific python architecture you want to use
python_arch: x64
# Path on runner-os, where generated executable files are stored
Expand Down

0 comments on commit d42d90f

Please sign in to comment.