Skip to content

Commit

Permalink
fix pyright ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Oct 6, 2023
1 parent 1374b8e commit d67510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
version: 1.1.329
if: ${{ !matrix.min-version }}
- name: Run Mypy
run: mypy -p qcodes
run: mypy -p src
if: ${{ !matrix.min-version }}
- name: Run parallel tests
run: |
Expand Down

0 comments on commit d67510e

Please sign in to comment.