Skip to content

Commit ea6f2bf

Browse files
authored
Update release.yml
1 parent 2046315 commit ea6f2bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ jobs:
2626
run: |
2727
python -m pip install --upgrade pip
2828
pip install -r requirements.txt
29+
pip install -y tornado
30+
pip uninstall -y typing
2931
3032
- name: Package the py file as exe
3133
run: |
32-
pip uninstall -y typing
3334
pyinstaller -F motd.py
3435
pyinstaller -F send.py
3536
pyinstaller -F scan.py

0 commit comments

Comments
 (0)