We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e1545 commit 6b28350Copy full SHA for 6b28350
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v5
28
- uses: astral-sh/setup-uv@v7
29
- - run: uv run pyright
+ - run: uv run --with pyqt6 pyright
30
31
test:
32
name: ${{ matrix.platform }} py${{ matrix.python-version }}
0 commit comments