Browse Source

remove redundant jq installation

Alex Cheema 8 months ago
parent
commit
216e7bff2d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .circleci/config.yml

+ 0 - 3
.circleci/config.yml

@@ -20,9 +20,6 @@ commands:
           command: |
             source env/bin/activate
 
-            # Install jq
-            brew install jq
-
             # Set CLANG=1 for tinygrad only
             if [ "<<parameters.inference_engine>>" = "tinygrad" ]; then
               pip install llvmlite