makes uv an apt-in features, add uv testing to GH actions

This commit is contained in:
Yoink3000
2024-07-01 00:20:16 +08:00
parent 00ddc02971
commit 4bcf5e346b
3 changed files with 18 additions and 8 deletions
+4
View File
@@ -29,3 +29,7 @@ jobs:
run: |
export COMMANDLINE_ARGS="--debug --test"
python launch.py
- name: test-startup-with-uv
run: |
export COMMANDLINE_ARGS="--debug --test --uv"
python launch.py