Skip to content

Commit

Permalink
cis: run mypy on right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jul 28, 2020
1 parent 0d12c10 commit a20fac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
flake8 pyvisa-py;
- name: Mypy
run: |
mypy pyvisa;
mypy pyvisa-py;
tests:
name: Unit tests
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a20fac1

Please sign in to comment.