更新 .gitea/workflows/python-action-test.yml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 33s

This commit is contained in:
2026-06-09 00:29:27 +08:00
parent 4831a5a97a
commit 4c8b82cd76
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install uv
- name: Install dependencies with uv
run: uv install
run: uv sync
- name: Run tests
run: uv run pytest
- name: List files in the repository