Skip to content

Commit 55e4671

Browse files
authored
fix: fix type checks (#66)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the Python setup and type-checking process in the workflow for improved efficiency. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 3167a5b commit 55e4671

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/type-check.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,4 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- name: Set up Python
12-
uses: actions/setup-python@v5
13-
with:
14-
python-version: 3.12
15-
- run: pip install uv
16-
- run: uv run basedpyright --with .[typecheck]
11+
- run: pipx run uv tool run basedpyright --with .[typecheck]

0 commit comments

Comments
 (0)