delete venv before testing uv

This commit is contained in:
Yoink3000
2024-07-01 00:25:56 +08:00
parent 4bcf5e346b
commit 7562bde0fd
+1
View File
@@ -31,5 +31,6 @@ jobs:
python launch.py
- name: test-startup-with-uv
run: |
rm -rf venv
export COMMANDLINE_ARGS="--debug --test --uv"
python launch.py