瀏覽代碼

remove redundant jq installation

Alex Cheema 8 月之前
父節點
當前提交
216e7bff2d
共有 1 個文件被更改,包括 0 次插入3 次删除
  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