Skip to content

Commit 3d23499

Browse files
committed
patching release.yml
1 parent 3176fb9 commit 3d23499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# primarily affects the main dependency installation step.
6565

6666
- name: Run tests with coverage
67-
run: pytest --cov=sqlmodel_crud_utils --cov-report=xml --cov-report=term # Generate XML and terminal reports
67+
run: python -m pytest --cov=sqlmodel_crud_utils --cov-report=xml --cov-report=term # Generate XML and terminal reports
6868

6969
- name: Upload coverage report
7070
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)