Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantimjohn committed Dec 11, 2022
1 parent 444e324 commit fa1e03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
name: Typecheck
command: |
. venv/bin/activate
PKG_OK=$(pip list | grep mypy)
PKG_OK=$(pip list | grep "mypy ")
if [[ "" != "$PKG_OK" ]]
then
make typecheck
Expand Down

0 comments on commit fa1e03b

Please sign in to comment.