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 fa1e03b commit 1f3828d
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 @@ -132,7 +132,7 @@ jobs:
command: |
. venv/bin/activate
PKG_OK=$(pip list | grep "mypy ")
if [[ "" != "$PKG_OK" ]]
if [[ ! -z "$PKG_OK" ]]
then
make typecheck
fi
Expand Down

0 comments on commit 1f3828d

Please sign in to comment.