Skip to content

Commit dffd3c3

Browse files
committed
Enable pyright with min dependencies
1 parent 17c144e commit dffd3c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: jakebailey/pyright-action@6cabc0f01c4994be48fd45cd9dbacdd6e1ee6e5e # v2.3.3
102102
with:
103103
version: ${{ steps.pyright-version.outputs.version }}
104-
if: ${{ !matrix.min-version && always() }}
104+
if: ${{ always() }}
105105
id: pyright
106106
- name: Run Mypy
107107
run: mypy -p qcodes

0 commit comments

Comments
 (0)