更新 Gitea Actions 工作流,修改测试步骤为使用 uv 工具,并更新 README 和 pyproject.toml 文件以反映依赖关系的变化
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s

This commit is contained in:
2026-06-08 22:31:39 +08:00
parent b4e407e9d1
commit 4831a5a97a
3 changed files with 21 additions and 18 deletions
+3 -2
View File
@@ -12,8 +12,9 @@
```bash
python main.py
python -m pip install pytest
pytest
python -m pip install uv
uv install
uv run pytest
```
## Gitea Actions