Skip to content

Commit

Permalink
Adding pytest to type-checking required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HGSilveri committed Jul 26, 2022
1 parent e657c14 commit d09450d
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 @@ -49,7 +49,7 @@ jobs:
- name: Pulser setup
uses: ./.github/workflows/pulser-setup
with:
extra-packages: mypy
extra-packages: ''mypy\|pytest''
- name: Type check with mypy
run: mypy
test:
Expand Down

0 comments on commit d09450d

Please sign in to comment.