Skip to content

Commit

Permalink
fix: playsound版本问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Aug 2, 2024
1 parent b13b010 commit dcb8d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install dependencies
run: |
pip install pyinstaller Pillow
- name: upgrade wheel
run: |
pip install --upgrade setuptools wheel
- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ retry~=0.9.2
tinydb~=4.8.0
bili-ticket-gt-python~=0.2.7
ntplib~=0.4.0
playsound~=1.2.0
playsound~=1.3.0

0 comments on commit dcb8d15

Please sign in to comment.