Skip to content

Commit 61cde37

Browse files
nekealqwencoder
andcommitted
Fix CI: remove uv sync from test job
- Root project doesn't have pyproject.toml configured for uv sync - Dependencies are already installed via uv pip install Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 6fcd027 commit 61cde37

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
python-version: "3.12"
4141
activate-environment: true
4242
- run: uv pip install cookiecutter pytest pyyaml toml
43-
- run: uv sync
4443
- run: uv run pytest
4544

4645
lint-generated-project:

0 commit comments

Comments
 (0)