Skip to content

Commit 66b6361

Browse files
authored
Remove test execution step from workflow
Removed the 'Run tests' step from the workflow.
1 parent 9ffb1b6 commit 66b6361

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ jobs:
2323

2424
- name: Install the project
2525
run: uv sync --locked --all-extras --dev
26-
27-
- name: Run tests
28-
# For example, using `pytest`

0 commit comments

Comments
 (0)