mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 12:29:40 +00:00
deleted venv
This commit is contained in:
parent
807dad51dd
commit
a07146e879
16
.github/workflows/package.yml
vendored
16
.github/workflows/package.yml
vendored
@ -22,15 +22,7 @@ jobs:
|
||||
|
||||
- name: Create and activate venv
|
||||
run: python -m venv StartUI_env
|
||||
|
||||
- name: activate venv
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
StartUI_env\Scripts\activate
|
||||
else
|
||||
source StartUI_env/bin/activate
|
||||
fi
|
||||
|
||||
|
||||
- name: Upgrade Pip
|
||||
run: python -m pip install --upgrade pip
|
||||
|
||||
@ -42,12 +34,6 @@ jobs:
|
||||
- name: Build and package
|
||||
run: pyinstaller --noconfirm --onefile --windowed StartUI.py --add-data="webuiGUI.py:."
|
||||
|
||||
- name: deactivate venv
|
||||
run: deactivate
|
||||
|
||||
- name: delete venv
|
||||
run: rm -rf StartUI_env
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user