Skip to content

Commit

Permalink
ci: specify python version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
MinmoTech committed Nov 17, 2022
1 parent 0fe8330 commit 00d96c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
run: |
set PATH="%PATH%;C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry"
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry config virtualenvs.in-project true
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry env use python3.10
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry install
C:\Users\runneradmin\AppData\Roaming\Python\Scripts\poetry run pyinstaller --onefile --clean --add-binary 'binaries/windows;.' migaku-player-converter.py
- name: release-windows
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Your Name <you@example.com>"]
license = "gpl2"

[tool.poetry.dependencies]
python = ">=3.9, <3.14"
python = ">=3.9, <3.11"
PyQt5 = "^5.15.6"
ffmpeg-python = "^0.2.0"

Expand Down

0 comments on commit 00d96c4

Please sign in to comment.