Skip to content

Commit 4372367

Browse files
update auto pack
1 parent 0f12f14 commit 4372367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyInstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: python -c "import sys; print(sys.version)"
2222

2323
- name: install req
24-
run: pip install -r requirements.txt ; python -m unidic download ;
24+
run: pip install -r requirements.txt
2525

2626
- name: dl upx
2727
run: certutil -urlcache -split -f https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip upx.zip ; 7z x upx.zip

0 commit comments

Comments
 (0)