Prechádzať zdrojové kódy

remove redundant jq installation

Alex Cheema 8 mesiacov pred
rodič
commit
216e7bff2d
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  1. 0 3
      .circleci/config.yml

+ 0 - 3
.circleci/config.yml

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