mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 18:39:40 +00:00
fixing the leave venv
This commit is contained in:
parent
646b7419a5
commit
311cbfed75
6
.github/workflows/package.yml
vendored
6
.github/workflows/package.yml
vendored
@ -36,8 +36,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Leave venv and delete
|
- name: Leave venv and delete
|
||||||
run: |
|
run: |
|
||||||
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
|
deactivate.bat
|
||||||
|
else
|
||||||
deactivate
|
deactivate
|
||||||
rm -rf StartUI_env
|
fi
|
||||||
|
rm -rf myenv
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user