Skip to content

Commit 7e67e7c

Browse files
authored
Comment out package installation step
Comment out the installation of required packages in the workflow.
1 parent 143fe01 commit 7e67e7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/embeddable_env_without_OpenMS.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ jobs:
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

0 commit comments

Comments
 (0)