mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 15:39:39 +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
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
deactivate.bat
|
||||
else
|
||||
deactivate
|
||||
rm -rf StartUI_env
|
||||
fi
|
||||
rm -rf myenv
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user