Browse Source

remove redundant jq installation

Alex Cheema 8 tháng trước cách đây
mục cha
commit
216e7bff2d
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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