File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7575 run : |
7676 sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python310._pth
7777
78- - name : Install Required Packages
79- run : .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements_embd_py310_win.txt --no-warn-script-location
78+ # - name: Install Required Packages
79+ # run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements_embd_py310_win.txt --no-warn-script-location
8080
8181 - name : Set to offline deployment
8282 run : |
@@ -105,6 +105,7 @@ jobs:
105105 cp app.py streamlit_exe
106106 cp settings.json streamlit_exe
107107 cp ${{ env.APP_NAME }}.bat streamlit_exe
108+ cp requirements_embd_py310_win.txt streamlit_exe
108109
109110 - name : Generate Readme.txt
110111 shell : bash
You can’t perform that action at this time.
0 commit comments