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 417378c commit 444e324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ jobs:
name: Typecheck
command: |
. venv/bin/activate
PKG_OK=$(pip list | grep typecheck)
if ["" != "$PKG_OK"]
PKG_OK=$(pip list | grep mypy)
if [[ "" != "$PKG_OK" ]]
then
make typecheck
fi
Expand Down

0 comments on commit 444e324

Please sign in to comment.