Skip to content

Commit 13a3b2a

Browse files
committed
feat(py): update the ci to use make command
1 parent 6248886 commit 13a3b2a

File tree

1 file changed

+3
-3
lines changed
  • template/py/{{cookiecutter.project_slug}}/.github/workflows

1 file changed

+3
-3
lines changed

template/py/{{cookiecutter.project_slug}}/.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
version: "latest"
4343

4444
- name: Synchronize Dependencies
45-
run: uv sync
45+
run: make init
4646

4747
- name: Build Project
48-
run: uvx hatch build
48+
run: make build
4949

5050
- name: Run Tests
51-
run: uvx hatch test
51+
run: make test

0 commit comments

Comments
 (0)