Skip to content

Commit

Permalink
Correct mypy call in action
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc committed Dec 8, 2024
1 parent 0ddce33 commit e3816cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip install .[tests]
cd tests
- name: Run mypy
run: mypy -p qermit tests --warn-unused-ignores
run: mypy qermit tests --warn-unused-ignores
- name: Linting check
run: ruff check
- name: Format check
Expand Down

0 comments on commit e3816cb

Please sign in to comment.