소스 검색

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