Skip to content

Commit c7e4a68

Browse files
fix: pytest command
1 parent b223e6b commit c7e4a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Run tests
7272
run: |
73-
uv run pytest
73+
python -m pytest
7474
7575
# - uses: codecov/codecov-action@v5
7676
# name: 'Upload coverage to CodeCov'

0 commit comments

Comments
 (0)