Skip to content

Commit 6b28350

Browse files
committed
fix check
1 parent f3e1545 commit 6b28350

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
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- uses: astral-sh/setup-uv@v7
29-
- run: uv run pyright
29+
- run: uv run --with pyqt6 pyright
3030

3131
test:
3232
name: ${{ matrix.platform }} py${{ matrix.python-version }}

0 commit comments

Comments
 (0)