Skip to content

Commit f75fcaa

Browse files
committed
fix: update basedpyright command in ci to use poetry for execution
1 parent 3c80b01 commit f75fcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
# basedpyright provides comprehensive type checking for Python
119119
# Annotations appear directly in PR for developer feedback
120120
- name: Run basedpyright type checker
121-
run: basedpyright
121+
run: poetry run basedpyright
122122

123123
# ============================================================================
124124
# MARKDOWN DOCUMENTATION LINTING

0 commit comments

Comments
 (0)