mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +00:00
still trying to use venv for packaging p1
This commit is contained in:
parent
1ffd11eb5b
commit
c87e12d75a
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -23,7 +23,11 @@ jobs:
|
||||
- name: Create and activate venv
|
||||
run: |
|
||||
python -m venv StartUI_env
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
StartUI_env\Scripts\activate.bat
|
||||
else
|
||||
source StartUI_env/bin/activate
|
||||
fi
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user