mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2026-01-02 05:40:33 +00:00
still trying to use venv for packaging p1
This commit is contained in:
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
@@ -22,8 +22,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Create and activate venv
|
- name: Create and activate venv
|
||||||
run: |
|
run: |
|
||||||
python -m venv StartUI_env
|
python -m venv StartUI_env
|
||||||
source StartUI_env/bin/activate
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
|
StartUI_env\Scripts\activate.bat
|
||||||
|
else
|
||||||
|
source StartUI_env/bin/activate
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user