test: Update huigui.yml

This commit is contained in:
Sidney233
2025-07-14 16:54:36 +08:00
parent d3460330b1
commit df28ddddf5

View File

@@ -31,6 +31,7 @@ jobs:
- name: install&test
run: |
uv --version
uv venv --python 3.12
uv pip install .[test]
cd $GITHUB_WORKSPACE && python tests/clean_coverage.py
cd $GITHUB_WORKSPACE && coverage run