We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f12f14 commit 4372367Copy full SHA for 4372367
1 file changed
.github/workflows/pyInstaller.yml
@@ -21,7 +21,7 @@ jobs:
21
run: python -c "import sys; print(sys.version)"
22
23
- name: install req
24
- run: pip install -r requirements.txt ; python -m unidic download ;
+ run: pip install -r requirements.txt
25
26
- name: dl upx
27
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