更新 Gitea Actions 工作流,修改测试步骤为使用 uv 工具,并更新 README 和 pyproject.toml 文件以反映依赖关系的变化
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
dependencies = ["pytest"]
|
||||
|
||||
Reference in New Issue
Block a user