Skip to content

Commit d763325

Browse files
Fix 'check' workflow
1 parent 698de93 commit d763325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
- name: Run mypy
4747
run: uv run mypy .
4848
- name: Run tests
49-
run: yarn run pytest -v --cov -W ignore::DeprecationWarning
49+
run: uv run pytest -v --cov -W ignore::DeprecationWarning

0 commit comments

Comments
 (0)